Html Css Color HEX #607ED6 Havelock Blue

📋 copy color: '#607ED6'

red 96 ◦ green 126 ◦ blue 214

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

Shades of Havelock Blue #607ED6

Tints of Havelock Blue #607ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.08%

R = 22.02%
G = 28.9%
B = 49.08%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#607ED6 (or 0x607ED6) is known color: Havelock Blue. HEX triplet: 60, 7E and D6. RGB value is (96,126,214). Sum of RGB (Red+Green+Blue) = 96+126+214=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #607ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ED6 is #9F8129. Grayscale: #7E7E7E. Windows color (decimal): -10453290 or 14057056. OLE color: 14057056.

HSL color Cylindrical-coordinate representation of color #607ED6: hue angle of 224.75º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607ED6 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 126 214 -
CMYK 0.55 0.41 0 0.16
HSL 224.75º 0.59% 0.61% -
HSV(B) 224.75º 0.55% 0.84% -
XYZ 24.42 22.26 66.63 -
YUV 127.06 177.06 105.84 -
System Red Green Blue C M Y K H S L
Decimal 96 126 214 0.55 0.41 0 0.16 224.75 0.59 0.61
Hex 60 7E D6 37 29 0 10 E1 3B 3D
Octal 140 176 326 67 51 0 20 341 73 75
Binary 1100000 1111110 11010110 110111 101001 0 10000 11100001 111011 111101

Color Harmonies of #607ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607ED6

Black with #607ED6

Text Example


Text Example

White with #607ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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