Color Hex Logo

#065fdc Color Hex

#065FDC
(6,95,220)
0 Favorites   0 Comments

Color spaces of #065fdc

RGB 695220
HSL0.600.950.44
HSV215°97°86°
CMYK 0.970.570.00   0.14
XYZ17.085613.390469.3943
Yxy13.39040.17110.1341
Hunter Lab36.592919.3059-86.8218
CIE-Lab43.345726.3846-69.7945

#065fdc color RGB value is (6,95,220).

#065fdc hex color red value is 6, green value is 95 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #065fdc hue: 0.60 , saturation: 0.95 and the lightness value of 065fdc is 0.44.

The process color (four color CMYK) of #065fdc color hex is 0.97, 0.57, 0.00, 0.14. Web safe color of #065fdc is #0066cc. Color #065fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011111 11011100
Octal 6 137 334
Decimal 6 95 220
Hex 6 5F DC

RGB Percentages of Color #065fdc

%1.87
%29.60
%68.54

CMYK Percentages of Color #065fdc

%97
%57
%0
%14

Triadic Colors of #065fdc

#065fdc #dc065f #5fdc06

Analogous Colors of #065fdc

#065fdc #1806dc #06cadc

Monochromatic Colors of #065fdc

#065fdc

Complementary Color

#065fdc #dc8306

#065fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#065fdc Color CSS Codes

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

#065fdc Text Font Color

<p style="color:#065fdc">Text here</p>

This sample text font color is #065fdc
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.


#065fdc Background Color

<div style="background-color:#065fdc">
Div content here</div>

This div background color is #065fdc


#065fdc Border Color

<div style="border:3px solid #065fdc">
Div here</div>

This div border color is #065fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,95,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #065fdc;
  box-shadow:         1px 1px 3px 2px #065fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,95,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065fdc


Comments

No comments written yet.

Please login to write comment.