#607CBE

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

Shades of Havelock Blue #607CBE

Tints of Havelock Blue #607CBE

Color information

#607CBE (or 0x607CBE) is unknown color: approx Havelock Blue. HEX triplet: 60, 7C and BE. RGB value is (96,124,190). Sum of RGB (Red+Green+Blue) = 96+124+190=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #607CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CBE is #9F8341. Grayscale: #7A7A7A. Windows color (decimal): -10453826 or 12483680. OLE color: 12483680.

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

Color convert

RGB96124190-
CMYK0.490.3500.25
HSL222.13º41.96%56.08%-
HSV(B)222.13º49.47%74.51%-
XYZ21.3320.6251.57-
YUV123.15165.72108.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=23.41%
G=30.24%
B=46.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961241900.490.3500.25222.1341.9656.08
Hex607CBE3123019de2a38
Octal14017427661430313365270
Binary110000011111001011111011000110001101100111011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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