#607BAC

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

Shades of Havelock Blue #607BAC

Tints of Havelock Blue #607BAC

Color information

#607BAC (or 0x607BAC) is unknown color: approx Havelock Blue. HEX triplet: 60, 7B and AC. RGB value is (96,123,172). Sum of RGB (Red+Green+Blue) = 96+123+172=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #607BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BAC is #9F8453. Grayscale: #787878. Windows color (decimal): -10454100 or 11303776. OLE color: 11303776.

HSL color Cylindrical-coordinate representation of color #607BAC: hue angle of 218.68º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #607BAC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96123172-
CMYK0.440.2800.33
HSL218.68º31.4%52.55%-
HSV(B)218.68º44.19%67.45%-
XYZ19.3519.6341.8-
YUV120.51157.05110.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=24.55%
G=31.46%
B=43.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961231720.440.2800.33218.6831.452.55
Hex607BAC2C1C021db1f35
Octal14017325454340413333765
Binary11000001111011101011001011001110001000011101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,123,172); }

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

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

 a { background-color: rgb(96,123,172); }

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

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

 span { border-color: rgb(96,123,172); }

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