Color Hex Logo

#6074cb Color Hex

#6074CB
(96,116,203)
0 Favorites   0 Comments

Color spaces of #6074cb

RGB 96116203
HSL0.640.510.59
HSV229°53°80°
CMYK 0.530.430.00   0.20
XYZ21.848819.289459.0716
Yxy19.28940.21800.1925
Hunter Lab43.919711.9392-49.0007
CIE-Lab51.024117.3933-47.5596

#6074cb color RGB value is (96,116,203).

#6074cb hex color red value is 96, green value is 116 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6074cb hue: 0.64 , saturation: 0.51 and the lightness value of 6074cb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110100 11001011
Octal 140 164 313
Decimal 96 116 203
Hex 60 74 CB

RGB Percentages of Color #6074cb

%23.13
%27.95
%48.92

CMYK Percentages of Color #6074cb

%53
%43
%0
%20

Triadic Colors of #6074cb

#6074cb #cb6074 #74cb60

Analogous Colors of #6074cb

#6074cb #8260cb #60aacb

Monochromatic Colors of #6074cb

#6074cb

Complementary Color

#6074cb #cbb760

#6074cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6074cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6074cb Color CSS Codes

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

#6074cb Text Font Color

<p style="color:#6074cb">Text here</p>

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


#6074cb Background Color

<div style="background-color:#6074cb">
Div content here</div>

This div background color is #6074cb


#6074cb Border Color

<div style="border:3px solid #6074cb">
Div here</div>

This div border color is #6074cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,116,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6074cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6074cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6074cb;
  box-shadow:         1px 1px 3px 2px #6074cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6074cb


Comments

No comments written yet.

Please login to write comment.