Color Hex Logo

#607cbc Color Hex

#607CBC
(96,124,188)
0 Favorites   0 Comments

Color spaces of #607cbc

RGB 96124188
HSL0.620.410.56
HSV222°49°74°
CMYK 0.490.340.00   0.26
XYZ21.108620.532950.4277
Yxy20.53290.22930.2230
Hunter Lab45.31323.8538-34.2627
CIE-Lab52.43447.8154-36.7485

#607cbc color RGB value is (96,124,188).

#607cbc hex color red value is 96, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #607cbc hue: 0.62 , saturation: 0.41 and the lightness value of 607cbc is 0.56.

The process color (four color CMYK) of #607cbc color hex is 0.49, 0.34, 0.00, 0.26. Web safe color of #607cbc is #6666cc. Color #607cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01111100 10111100
Octal 140 174 274
Decimal 96 124 188
Hex 60 7C BC

RGB Percentages of Color #607cbc

%23.53
%30.39
%46.08

CMYK Percentages of Color #607cbc

%49
%34
%0
%26

Triadic Colors of #607cbc

#607cbc #bc607c #7cbc60

Analogous Colors of #607cbc

#607cbc #7260bc #60aabc

Monochromatic Colors of #607cbc

#607cbc

Complementary Color

#607cbc #bca060

#607cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#607cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#607cbc Color CSS Codes

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

#607cbc Text Font Color

<p style="color:#607cbc">Text here</p>

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


#607cbc Background Color

<div style="background-color:#607cbc">
Div content here</div>

This div background color is #607cbc


#607cbc Border Color

<div style="border:3px solid #607cbc">
Div here</div>

This div border color is #607cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,124,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #607cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #607cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #607cbc;
  box-shadow:         1px 1px 3px 2px #607cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #607cbc


Comments

No comments written yet.

Please login to write comment.