#607ACD

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

Shades of Havelock Blue #607ACD

Tints of Havelock Blue #607ACD

Color information

#607ACD (or 0x607ACD) is unknown color: approx Havelock Blue. HEX triplet: 60, 7A and CD. RGB value is (96,122,205). Sum of RGB (Red+Green+Blue) = 96+122+205=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #607ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607ACD is #9F8532. Grayscale: #7B7B7B. Windows color (decimal): -10454323 or 13466208. OLE color: 13466208.

HSL color Cylindrical-coordinate representation of color #607ACD: hue angle of 225.69º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #607ACD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96122205-
CMYK0.530.4000.20
HSL225.69º52.15%59.02%-
HSV(B)225.69º53.17%80.39%-
XYZ22.820.8160.57-
YUV123.69173.89108.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=22.70%
G=28.84%
B=48.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961222050.530.4000.20225.6952.1559.02
Hex607ACD3528014e2343b
Octal14017231565500243426473
Binary110000011110101100110111010110100001010011100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,122,205); }

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

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

 a { background-color: rgb(96,122,205); }

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

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

 span { border-color: rgb(96,122,205); }

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