#607CCA

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

Shades of Havelock Blue #607CCA

Tints of Havelock Blue #607CCA

Color information

#607CCA (or 0x607CCA) is unknown color: approx Havelock Blue. HEX triplet: 60, 7C and CA. RGB value is (96,124,202). Sum of RGB (Red+Green+Blue) = 96+124+202=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #607CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607CCA is #9F8335. Grayscale: #7C7C7C. Windows color (decimal): -10453814 or 13270112. OLE color: 13270112.

HSL color Cylindrical-coordinate representation of color #607CCA: hue angle of 224.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #607CCA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96124202-
CMYK0.520.3900.21
HSL224.15º50%58.43%-
HSV(B)224.15º52.48%79.22%-
XYZ22.6921.1758.77-
YUV124.52171.72107.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.75%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=22.75%
G=29.38%
B=47.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal961242020.520.3900.21224.155058.43
Hex607CCA3427015e0323a
Octal14017431264470253406272
Binary110000011111001100101011010010011101010111100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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