Html Css Color HEX #607EC6 Havelock Blue

📋 copy color: '#607EC6'

red 96 ◦ green 126 ◦ blue 198

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

Shades of Havelock Blue #607EC6

Tints of Havelock Blue #607EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.14%

R = 22.86%
G = 30%
B = 47.14%

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

#607EC6 (or 0x607EC6) is known color: Havelock Blue. HEX triplet: 60, 7E and C6. RGB value is (96,126,198). Sum of RGB (Red+Green+Blue) = 96+126+198=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #607EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EC6 is #9F8139. Grayscale: #7C7C7C. Windows color (decimal): -10453306 or 13008480. OLE color: 13008480.

HSL color Cylindrical-coordinate representation of color #607EC6: hue angle of 222.35º degrees, saturation: 0.47, 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 #607EC6 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 126 198 -
CMYK 0.52 0.36 0 0.22
HSL 222.35º 0.47% 0.58% -
HSV(B) 222.35º 0.52% 0.78% -
XYZ 22.48 21.49 56.39 -
YUV 125.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 96 126 198 0.52 0.36 0 0.22 222.35 0.47 0.58
Hex 60 7E C6 34 24 0 16 DE 2F 3A
Octal 140 176 306 64 44 0 26 336 57 72
Binary 1100000 1111110 11000110 110100 100100 0 10110 11011110 101111 111010

Color Harmonies of #607EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EC6

Black with #607EC6

Text Example


Text Example

White with #607EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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