Html Css Color HEX #607EC5 Havelock Blue

📋 copy color: '#607EC5'

red 96 ◦ green 126 ◦ blue 197

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

Shades of Havelock Blue #607EC5

Tints of Havelock Blue #607EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 47.02%

R = 22.91%
G = 30.07%
B = 47.02%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#607EC5 (or 0x607EC5) is known color: Havelock Blue. HEX triplet: 60, 7E and C5. RGB value is (96,126,197). Sum of RGB (Red+Green+Blue) = 96+126+197=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 197 - color contains mainly: blue. Hex color #607EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EC5 is #9F813A. Grayscale: #7C7C7C. Windows color (decimal): -10453307 or 12942944. OLE color: 12942944.

HSL color Cylindrical-coordinate representation of color #607EC5: hue angle of 222.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #607EC5 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 126 197 -
CMYK 0.51 0.36 0 0.23
HSL 222.18º 0.47% 0.57% -
HSV(B) 222.18º 0.51% 0.77% -
XYZ 22.36 21.44 55.78 -
YUV 125.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 96 126 197 0.51 0.36 0 0.23 222.18 0.47 0.57
Hex 60 7E C5 33 24 0 17 DE 2F 39
Octal 140 176 305 63 44 0 27 336 57 71
Binary 1100000 1111110 11000101 110011 100100 0 10111 11011110 101111 111001

Color Harmonies of #607EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EC5

Black with #607EC5

Text Example


Text Example

White with #607EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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