Html Css Color HEX #607DC6 Havelock Blue

📋 copy color: '#607DC6'

red 96 ◦ green 125 ◦ blue 198

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

Shades of Havelock Blue #607DC6

Tints of Havelock Blue #607DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.83%

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

R = 22.91%
G = 29.83%
B = 47.26%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#607DC6 (or 0x607DC6) is known color: Havelock Blue. HEX triplet: 60, 7D and C6. RGB value is (96,125,198). Sum of RGB (Red+Green+Blue) = 96+125+198=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #607DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DC6 is #9F8239. Grayscale: #7C7C7C. Windows color (decimal): -10453562 or 13008224. OLE color: 13008224.

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

Color convert

RGB 96 125 198 -
CMYK 0.52 0.37 0 0.22
HSL 222.94º 0.47% 0.58% -
HSV(B) 222.94º 0.52% 0.78% -
XYZ 22.35 21.23 56.35 -
YUV 124.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 96 125 198 0.52 0.37 0 0.22 222.94 0.47 0.58
Hex 60 7D C6 34 25 0 16 DF 2F 3A
Octal 140 175 306 64 45 0 26 337 57 72
Binary 1100000 1111101 11000110 110100 100101 0 10110 11011111 101111 111010

Color Harmonies of #607DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DC6

Black with #607DC6

Text Example


Text Example

White with #607DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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