Html Css Color HEX #607CCB Havelock Blue

📋 copy color: '#607CCB'

red 96 ◦ green 124 ◦ blue 203

#607CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #607CCB

Tints of Havelock Blue #607CCB

RGB

 RED value IS 96 (37.89% from 255) = 22.7%

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 22.7%
G = 29.31%
B = 47.99%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#607CCB (or 0x607CCB) is known color: Havelock Blue. HEX triplet: 60, 7C and CB. RGB value is (96,124,203). Sum of RGB (Red+Green+Blue) = 96+124+203=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #607CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CCB is #9F8334. Grayscale: #7C7C7C. Windows color (decimal): -10453813 or 13335648. OLE color: 13335648.

HSL color Cylindrical-coordinate representation of color #607CCB: hue angle of 224.3º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607CCB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 124 203 -
CMYK 0.53 0.39 0 0.20
HSL 224.3º 0.51% 0.59% -
HSV(B) 224.3º 0.53% 0.8% -
XYZ 22.81 21.21 59.39 -
YUV 124.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 96 124 203 0.53 0.39 0 0.20 224.3 0.51 0.59
Hex 60 7C CB 35 27 0 14 E0 33 3B
Octal 140 174 313 65 47 0 24 340 63 73
Binary 1100000 1111100 11001011 110101 100111 0 10100 11100000 110011 111011

Color Harmonies of #607CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CCB

Black with #607CCB

Text Example


Text Example

White with #607CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607CCB; }

 p { color: rgb(96,124,203); }

 H1.HeaderClassName
 {
   color: #607CCB;
 }
 .AnyTagClassName
 {
   color: #607CCB;
 }
</style>

background-color css

<style>
 a { background-color: #607CCB; }

 a { background-color: rgb(96,124,203); }

 div.DivClassName
 {
   background-color: #607CCB;
 }
 .BgClassName
 {
   background-color: #607CCB;
 }
</style>

border-color css

<style>
 span { border-color: #607CCB; }

 span { border-color: rgb(96,124,203); }

 td.TdClassName
 {
   border-color: #607CCB;
 }
 .TagClassName
 {
   border-color: #607CCB;
 }
</style>