#607CBF

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

Shades of Havelock Blue #607CBF

Tints of Havelock Blue #607CBF

Color information

#607CBF (or 0x607CBF) is unknown color: approx Havelock Blue. HEX triplet: 60, 7C and BF. RGB value is (96,124,191). Sum of RGB (Red+Green+Blue) = 96+124+191=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #607CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CBF is #9F8340. Grayscale: #7A7A7A. Windows color (decimal): -10453825 or 12549216. OLE color: 12549216.

HSL color Cylindrical-coordinate representation of color #607CBF: hue angle of 222.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607CBF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96124191-
CMYK0.500.3500.25
HSL222.32º42.6%56.27%-
HSV(B)222.32º49.74%74.9%-
XYZ21.4420.6652.15-
YUV123.27166.22108.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.36%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 191 (75% from 255) = 46.47%
R=23.36%
G=30.17%
B=46.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961241910.500.3500.25222.3242.656.27
Hex607CBF3223019de2b38
Octal14017427762430313365370
Binary110000011111001011111111001010001101100111011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,124,191); }

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

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

 a { background-color: rgb(96,124,191); }

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

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

 span { border-color: rgb(96,124,191); }

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