#607DC3

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

Shades of Havelock Blue #607DC3

Tints of Havelock Blue #607DC3

Color information

#607DC3 (or 0x607DC3) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and C3. RGB value is (96,125,195). Sum of RGB (Red+Green+Blue) = 96+125+195=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #607DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DC3 is #9F823C. Grayscale: #7C7C7C. Windows color (decimal): -10453565 or 12811616. OLE color: 12811616.

HSL color Cylindrical-coordinate representation of color #607DC3: hue angle of 222.42º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #607DC3 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96125195-
CMYK0.510.3600.24
HSL222.42º45.21%57.06%-
HSV(B)222.42º50.77%76.47%-
XYZ22.0121.0954.54-
YUV124.31167.89107.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.08%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 195 (76.56% from 255) = 46.88%
R=23.08%
G=30.05%
B=46.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961251950.510.3600.24222.4245.2157.06
Hex607DC33324018de2d39
Octal14017530363440303365571
Binary110000011111011100001111001110010001100011011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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