Color Hex Logo

#6065cc Color Hex

#6065CC
(96,101,204)
0 Favorites   0 Comments

Color spaces of #6065cc

RGB 96101204
HSL0.660.510.59
HSV237°53°80°
CMYK 0.530.500.00   0.20
XYZ20.376616.153859.1708
Yxy16.15380.21290.1688
Hunter Lab40.191820.1610-59.1531
CIE-Lab47.175626.9415-54.2861

#6065cc color RGB value is (96,101,204).

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

The process color (four color CMYK) of #6065cc color hex is 0.53, 0.50, 0.00, 0.20. Web safe color of #6065cc is #6666cc. Color #6065cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01100101 11001100
Octal 140 145 314
Decimal 96 101 204
Hex 60 65 CC

RGB Percentages of Color #6065cc

%23.94
%25.19
%50.87

CMYK Percentages of Color #6065cc

%53
%50
%0
%20

Triadic Colors of #6065cc

#6065cc #cc6065 #65cc60

Analogous Colors of #6065cc

#6065cc #9160cc #609bcc

Monochromatic Colors of #6065cc

#6065cc

Complementary Color

#6065cc #ccc760

#6065cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6065cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6065cc Color CSS Codes

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

#6065cc Text Font Color

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

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


#6065cc Background Color

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

This div background color is #6065cc


#6065cc Border Color

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

This div border color is #6065cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,101,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 #6065cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6065cc


Comments

No comments written yet.

Please login to write comment.