Html Css Color HEX #607ED9 Havelock Blue

📋 copy color: '#607ED9'

red 96 ◦ green 126 ◦ blue 217

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

Shades of Havelock Blue #607ED9

Tints of Havelock Blue #607ED9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 217 (85.16% from 255) = 49.43%

R = 21.87%
G = 28.7%
B = 49.43%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#607ED9 (or 0x607ED9) is known color: Havelock Blue. HEX triplet: 60, 7E and D9. RGB value is (96,126,217). Sum of RGB (Red+Green+Blue) = 96+126+217=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #607ED9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ED9 is #9F8126. Grayscale: #7F7F7F. Windows color (decimal): -10453287 or 14253664. OLE color: 14253664.

HSL color Cylindrical-coordinate representation of color #607ED9: hue angle of 225.12º 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 #607ED9 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 126 217 -
CMYK 0.56 0.42 0 0.15
HSL 225.12º 0.61% 0.61% -
HSV(B) 225.12º 0.56% 0.85% -
XYZ 24.81 22.42 68.67 -
YUV 127.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 96 126 217 0.56 0.42 0 0.15 225.12 0.61 0.61
Hex 60 7E D9 38 2A 0 F E1 3D 3D
Octal 140 176 331 70 52 0 17 341 75 75
Binary 1100000 1111110 11011001 111000 101010 0 1111 11100001 111101 111101

Color Harmonies of #607ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607ED9

Black with #607ED9

Text Example


Text Example

White with #607ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,126,217); }

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

background-color css

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

 a { background-color: rgb(96,126,217); }

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

border-color css

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

 span { border-color: rgb(96,126,217); }

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