Html Css Color HEX #607DC9 Havelock Blue

📋 copy color: '#607DC9'

red 96 ◦ green 125 ◦ blue 201

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

Shades of Havelock Blue #607DC9

Tints of Havelock Blue #607DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 22.75%
G = 29.62%
B = 47.63%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#607DC9 (or 0x607DC9) is known color: Havelock Blue. HEX triplet: 60, 7D and C9. RGB value is (96,125,201). Sum of RGB (Red+Green+Blue) = 96+125+201=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #607DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DC9 is #9F8236. Grayscale: #7C7C7C. Windows color (decimal): -10453559 or 13204832. OLE color: 13204832.

HSL color Cylindrical-coordinate representation of color #607DC9: hue angle of 223.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607DC9 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 125 201 -
CMYK 0.52 0.38 0 0.21
HSL 223.43º 0.49% 0.58% -
HSV(B) 223.43º 0.52% 0.79% -
XYZ 22.7 21.37 58.19 -
YUV 124.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 96 125 201 0.52 0.38 0 0.21 223.43 0.49 0.58
Hex 60 7D C9 34 26 0 15 DF 31 3A
Octal 140 175 311 64 46 0 25 337 61 72
Binary 1100000 1111101 11001001 110100 100110 0 10101 11011111 110001 111010

Color Harmonies of #607DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DC9

Black with #607DC9

Text Example


Text Example

White with #607DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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