Html Css Color HEX #607FC8 Havelock Blue

📋 copy color: '#607FC8'

red 96 ◦ green 127 ◦ blue 200

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

Shades of Havelock Blue #607FC8

Tints of Havelock Blue #607FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 47.28%

R = 22.7%
G = 30.02%
B = 47.28%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#607FC8 (or 0x607FC8) is known color: Havelock Blue. HEX triplet: 60, 7F and C8. RGB value is (96,127,200). Sum of RGB (Red+Green+Blue) = 96+127+200=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #607FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FC8 is #9F8037. Grayscale: #7D7D7D. Windows color (decimal): -10453048 or 13139808. OLE color: 13139808.

HSL color Cylindrical-coordinate representation of color #607FC8: hue angle of 222.12º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607FC8 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 127 200 -
CMYK 0.52 0.36 0 0.22
HSL 222.12º 0.49% 0.58% -
HSV(B) 222.12º 0.52% 0.78% -
XYZ 22.84 21.84 57.65 -
YUV 126.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 96 127 200 0.52 0.36 0 0.22 222.12 0.49 0.58
Hex 60 7F C8 34 24 0 16 DE 31 3A
Octal 140 177 310 64 44 0 26 336 61 72
Binary 1100000 1111111 11001000 110100 100100 0 10110 11011110 110001 111010

Color Harmonies of #607FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FC8

Black with #607FC8

Text Example


Text Example

White with #607FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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