Html Css Color HEX #607DCD Havelock Blue

📋 copy color: '#607DCD'

red 96 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #607DCD

Tints of Havelock Blue #607DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 22.54%
G = 29.34%
B = 48.12%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#607DCD (or 0x607DCD) is known color: Havelock Blue. HEX triplet: 60, 7D and CD. RGB value is (96,125,205). Sum of RGB (Red+Green+Blue) = 96+125+205=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #607DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DCD is #9F8232. Grayscale: #7D7D7D. Windows color (decimal): -10453555 or 13466976. OLE color: 13466976.

HSL color Cylindrical-coordinate representation of color #607DCD: hue angle of 224.04º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607DCD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 125 205 -
CMYK 0.53 0.39 0 0.20
HSL 224.04º 0.52% 0.59% -
HSV(B) 224.04º 0.53% 0.8% -
XYZ 23.18 21.56 60.7 -
YUV 125.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 96 125 205 0.53 0.39 0 0.20 224.04 0.52 0.59
Hex 60 7D CD 35 27 0 14 E0 34 3B
Octal 140 175 315 65 47 0 24 340 64 73
Binary 1100000 1111101 11001101 110101 100111 0 10100 11100000 110100 111011

Color Harmonies of #607DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DCD

Black with #607DCD

Text Example


Text Example

White with #607DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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