#637DAF

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

Shades of Havelock Blue #637DAF

Tints of Havelock Blue #637DAF

Color information

#637DAF (or 0x637DAF) is unknown color: approx Havelock Blue. HEX triplet: 63, 7D and AF. RGB value is (99,125,175). Sum of RGB (Red+Green+Blue) = 99+125+175=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #637DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637DAF is #9C8250. Grayscale: #7A7A7A. Windows color (decimal): -10256977 or 11500899. OLE color: 11500899.

HSL color Cylindrical-coordinate representation of color #637DAF: hue angle of 219.47º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #637DAF is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99125175-
CMYK0.430.2900.31
HSL219.47º32.2%53.73%-
HSV(B)219.47º43.43%68.63%-
XYZ20.2220.4243.43-
YUV122.93157.39110.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 125 (49.22% from 255) = 31.33%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=24.81%
G=31.33%
B=43.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991251750.430.2900.31219.4732.253.73
Hex637DAF2B1D01Fdb2036
Octal14317525753350373334066
Binary11000111111101101011111010111110101111111011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637DAF; }

 p { color: rgb(99,125,175); }

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

<style>
 a { background-color: #637DAF; }

 a { background-color: rgb(99,125,175); }

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

<style>
 span { border-color: #637DAF; }

 span { border-color: rgb(99,125,175); }

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