#607ECF

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

Shades of Havelock Blue #607ECF

Tints of Havelock Blue #607ECF

Color information

#607ECF (or 0x607ECF) is unknown color: approx Havelock Blue. HEX triplet: 60, 7E and CF. RGB value is (96,126,207). Sum of RGB (Red+Green+Blue) = 96+126+207=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #607ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ECF is #9F8130. Grayscale: #7D7D7D. Windows color (decimal): -10453297 or 13598304. OLE color: 13598304.

HSL color Cylindrical-coordinate representation of color #607ECF: hue angle of 223.78º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #607ECF is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96126207-
CMYK0.540.3900.19
HSL223.78º53.62%59.41%-
HSV(B)223.78º53.62%81.18%-
XYZ23.5521.9162.02-
YUV126.26173.56106.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=22.38%
G=29.37%
B=48.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961262070.540.3900.19223.7853.6259.41
Hex607ECF3627013e0363b
Octal14017631766470233406673
Binary110000011111101100111111011010011101001111100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,126,207); }

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

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

 a { background-color: rgb(96,126,207); }

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

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

 span { border-color: rgb(96,126,207); }

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