Html Css Color HEX #607FD8 Havelock Blue

📋 copy color: '#607FD8'

red 96 ◦ green 127 ◦ blue 216

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

Shades of Havelock Blue #607FD8

Tints of Havelock Blue #607FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.2%

R = 21.87%
G = 28.93%
B = 49.2%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#607FD8 (or 0x607FD8) is known color: Havelock Blue. HEX triplet: 60, 7F and D8. RGB value is (96,127,216). Sum of RGB (Red+Green+Blue) = 96+127+216=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #607FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FD8 is #9F8027. Grayscale: #7F7F7F. Windows color (decimal): -10453032 or 14188384. OLE color: 14188384.

HSL color Cylindrical-coordinate representation of color #607FD8: hue angle of 224.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #607FD8 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 127 216 -
CMYK 0.56 0.41 0 0.15
HSL 224.5º 0.61% 0.61% -
HSV(B) 224.5º 0.56% 0.85% -
XYZ 24.81 22.62 68.02 -
YUV 127.88 177.73 105.26 -
System Red Green Blue C M Y K H S L
Decimal 96 127 216 0.56 0.41 0 0.15 224.5 0.61 0.61
Hex 60 7F D8 38 29 0 F E0 3D 3D
Octal 140 177 330 70 51 0 17 340 75 75
Binary 1100000 1111111 11011000 111000 101001 0 1111 11100000 111101 111101

Color Harmonies of #607FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FD8

Black with #607FD8

Text Example


Text Example

White with #607FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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