#607fcc

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

Shades of Havelock Blue #607FCC

Tints of Havelock Blue #607FCC

Color information

#607FCC (or 0x607FCC) is unknown color: approx Havelock Blue. HEX triplet: 60, 7F and CC. RGB value is (96,127,204). Sum of RGB (Red+Green+Blue) = 96+127+204=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #607FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FCC is #9F8033. Grayscale: #7E7E7E. Windows color (decimal): -10453044 or 13401952. OLE color: 13401952.

HSL color Cylindrical-coordinate representation of color #607FCC: hue angle of 222.78º degrees, saturation: 0.51, 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 #607FCC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB96127204-
CMYK0.530.3800.2
HSL222.78º51.43%58.82%-
HSV(B)222.78º52.94%80%-
XYZ23.3122.0360.15-
YUV126.51171.73106.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=22.48%
G=29.74%
B=47.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal961272040.530.3800.2222.7851.4358.82
Hex607FCC3526014df333b
Octal14017731465460243376373
Binary110000011111111100110011010110011001010011011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,127,204); }

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

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

 a { background-color: rgb(96,127,204); }

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

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

 span { border-color: rgb(96,127,204); }

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