#607dd1

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

Shades of Havelock Blue #607DD1

Tints of Havelock Blue #607DD1

Color information

#607DD1 (or 0x607DD1) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and D1. RGB value is (96,125,209). Sum of RGB (Red+Green+Blue) = 96+125+209=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #607DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DD1 is #9F822E. Grayscale: #7D7D7D. Windows color (decimal): -10453551 or 13729120. OLE color: 13729120.

HSL color Cylindrical-coordinate representation of color #607DD1: hue angle of 224.6º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #607DD1 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96125209-
CMYK0.540.4000.18
HSL224.6º55.12%59.8%-
HSV(B)224.6º54.07%81.96%-
XYZ23.6721.7663.27-
YUV125.9174.89106.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.33%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=22.33%
G=29.07%
B=48.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961252090.540.4000.18224.655.1259.8
Hex607DD13628012e1373c
Octal14017532166500223416774
Binary110000011111011101000111011010100001001011100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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