#607FD5

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

Shades of Havelock Blue #607FD5

Tints of Havelock Blue #607FD5

Color information

#607FD5 (or 0x607FD5) is unknown color: approx Havelock Blue. HEX triplet: 60, 7F and D5. RGB value is (96,127,213). Sum of RGB (Red+Green+Blue) = 96+127+213=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #607FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FD5 is #9F802A. Grayscale: #7F7F7F. Windows color (decimal): -10453035 or 13991776. OLE color: 13991776.

HSL color Cylindrical-coordinate representation of color #607FD5: hue angle of 224.1º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607FD5 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96127213-
CMYK0.550.4000.16
HSL224.1º58.21%60.59%-
HSV(B)224.1º54.93%83.53%-
XYZ24.4222.4766-
YUV127.53176.23105.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=22.02%
G=29.13%
B=48.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961272130.550.4000.16224.158.2160.59
Hex607FD53728010e03a3d
Octal14017732567500203407275
Binary110000011111111101010111011110100001000011100000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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