Color Hex Logo

#6065fc Color Hex

#6065FC
(96,101,252)
0 Favorites   0 Comments

Color spaces of #6065fc

RGB 96101252
HSL0.660.960.68
HSV238°62°99°
CMYK 0.620.600.00   0.01
XYZ27.048218.822494.3030
Yxy18.82240.19300.1343
Hunter Lab43.384835.3622-98.5059
CIE-Lab50.478842.3330-76.0234

#6065fc color RGB value is (96,101,252).

#6065fc hex color red value is 96, green value is 101 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6065fc hue: 0.66 , saturation: 0.96 and the lightness value of 6065fc is 0.68.

The process color (four color CMYK) of #6065fc color hex is 0.62, 0.60, 0.00, 0.01. Web safe color of #6065fc is #6666ff. Color #6065fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100101 11111100
Octal 140 145 374
Decimal 96 101 252
Hex 60 65 FC

RGB Percentages of Color #6065fc

%21.38
%22.49
%56.12

CMYK Percentages of Color #6065fc

%62
%60
%0
%1

Triadic Colors of #6065fc

#6065fc #fc6065 #65fc60

Analogous Colors of #6065fc

#6065fc #a960fc #60b3fc

Monochromatic Colors of #6065fc

#6065fc

Complementary Color

#6065fc #fcf760

#6065fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6065fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6065fc Color CSS Codes

.mybgcolor {background-color:#6065fc; } 
.myforecolor {color:#6065fc; }
.mybordercolor {border:3px solid #6065fc; }

#6065fc Text Font Color

<p style="color:#6065fc">Text here</p>

This sample text font color is #6065fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6065fc Background Color

<div style="background-color:#6065fc">
Div content here</div>

This div background color is #6065fc


#6065fc Border Color

<div style="border:3px solid #6065fc">
Div here</div>

This div border color is #6065fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,101,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6065fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6065fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6065fc;
  box-shadow:         1px 1px 3px 2px #6065fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,101,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6065fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6065fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6065fc;
  box-shadow:         1px 1px 3px 2px #6065fc;">
Div content here</div>

This div box has shadow with color #6065fc

Related Colors


Comments

No comments written yet.

Please login to write comment.