#607dd3

Color #607DD3 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #607DD3

Tints of Havelock Blue #607DD3

Color information

#607DD3 (or 0x607DD3) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and D3. RGB value is (96,125,211). Sum of RGB (Red+Green+Blue) = 96+125+211=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #607DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DD3 is #9F822C. Grayscale: #7D7D7D. Windows color (decimal): -10453549 or 13860192. OLE color: 13860192.

HSL color Cylindrical-coordinate representation of color #607DD3: hue angle of 224.87º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607DD3 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB96125211-
CMYK0.550.4100.17
HSL224.87º56.65%60.2%-
HSV(B)224.87º54.5%82.75%-
XYZ23.9221.8664.59-
YUV126.13175.89106.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.22%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 211 (82.81% from 255) = 48.84%
R=22.22%
G=28.94%
B=48.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal961252110.550.4100.17224.8756.6560.2
Hex607DD33729011e1393c
Octal14017532367510213417174
Binary110000011111011101001111011110100101000111100001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607dd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #607dd3;
 }
 .AnyTagClassName
 {
   color: #607dd3;
 }
</style>
background-color css

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

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

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

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

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

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