#637ACD

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

Shades of Havelock Blue #637ACD

Tints of Havelock Blue #637ACD

Color information

#637ACD (or 0x637ACD) is unknown color: approx Havelock Blue. HEX triplet: 63, 7A and CD. RGB value is (99,122,205). Sum of RGB (Red+Green+Blue) = 99+122+205=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #637ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #637ACD is #9C8532. Grayscale: #7C7C7C. Windows color (decimal): -10257715 or 13466211. OLE color: 13466211.

HSL color Cylindrical-coordinate representation of color #637ACD: hue angle of 226.98º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #637ACD is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB99122205-
CMYK0.520.4000.20
HSL226.98º51.46%59.61%-
HSV(B)226.98º51.71%80.39%-
XYZ23.1220.9860.59-
YUV124.58173.38109.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=23.24%
G=28.64%
B=48.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal991222050.520.4000.20226.9851.4659.61
Hex637ACD3428014e3333c
Octal14317231564500243436374
Binary110001111110101100110111010010100001010011100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,122,205); }

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

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

 a { background-color: rgb(99,122,205); }

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

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

 span { border-color: rgb(99,122,205); }

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