Color Hex Logo

#065dcc Color Hex

#065DCC
(6,93,204)
0 Favorites   0 Comments

Color spaces of #065dcc

RGB 693204
HSL0.590.940.41
HSV214°97°80°
CMYK 0.970.540.00   0.20
XYZ14.888512.227158.7021
Yxy12.22710.17350.1425
Hunter Lab34.967314.8097-75.0573
CIE-Lab41.574821.3630-63.5106

#065dcc color RGB value is (6,93,204).

#065dcc hex color red value is 6, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #065dcc hue: 0.59 , saturation: 0.94 and the lightness value of 065dcc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011101 11001100
Octal 6 135 314
Decimal 6 93 204
Hex 6 5D CC

RGB Percentages of Color #065dcc

%1.98
%30.69
%67.33

CMYK Percentages of Color #065dcc

%97
%54
%0
%20

Triadic Colors of #065dcc

#065dcc #cc065d #5dcc06

Analogous Colors of #065dcc

#065dcc #1206cc #06c0cc

Monochromatic Colors of #065dcc

#065dcc

Complementary Color

#065dcc #cc7506

#065dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#065dcc Color CSS Codes

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

#065dcc Text Font Color

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

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


#065dcc Background Color

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

This div background color is #065dcc


#065dcc Border Color

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

This div border color is #065dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065dcc


Comments

No comments written yet.

Please login to write comment.