#607AD1

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

Shades of Havelock Blue #607AD1

Tints of Havelock Blue #607AD1

Color information

#607AD1 (or 0x607AD1) is unknown color: approx Havelock Blue. HEX triplet: 60, 7A and D1. RGB value is (96,122,209). Sum of RGB (Red+Green+Blue) = 96+122+209=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #607AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607AD1 is #9F852E. Grayscale: #7B7B7B. Windows color (decimal): -10454319 or 13728352. OLE color: 13728352.

HSL color Cylindrical-coordinate representation of color #607AD1: hue angle of 226.19º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #607AD1 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96122209-
CMYK0.540.4200.18
HSL226.19º55.12%59.8%-
HSV(B)226.19º54.07%81.96%-
XYZ23.2921.0163.15-
YUV124.14175.89107.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 209 (82.03% from 255) = 48.95%
R=22.48%
G=28.57%
B=48.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961222090.540.4200.18226.1955.1259.8
Hex607AD1362A012e2373c
Octal14017232166520223426774
Binary110000011110101101000111011010101001001011100010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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