Html Css Color HEX #607FCB Havelock Blue

📋 copy color: '#607FCB'

red 96 ◦ green 127 ◦ blue 203

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

Shades of Havelock Blue #607FCB

Tints of Havelock Blue #607FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 29.81%

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

R = 22.54%
G = 29.81%
B = 47.65%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#607FCB (or 0x607FCB) is known color: Havelock Blue. HEX triplet: 60, 7F and CB. RGB value is (96,127,203). Sum of RGB (Red+Green+Blue) = 96+127+203=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #607FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FCB is #9F8034. Grayscale: #7E7E7E. Windows color (decimal): -10453045 or 13336416. OLE color: 13336416.

HSL color Cylindrical-coordinate representation of color #607FCB: hue angle of 222.62º 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 #607FCB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 127 203 -
CMYK 0.53 0.37 0 0.20
HSL 222.62º 0.51% 0.59% -
HSV(B) 222.62º 0.53% 0.8% -
XYZ 23.19 21.98 59.52 -
YUV 126.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 96 127 203 0.53 0.37 0 0.20 222.62 0.51 0.59
Hex 60 7F CB 35 25 0 14 DF 33 3B
Octal 140 177 313 65 45 0 24 337 63 73
Binary 1100000 1111111 11001011 110101 100101 0 10100 11011111 110011 111011

Color Harmonies of #607FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FCB

Black with #607FCB

Text Example


Text Example

White with #607FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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