#626AAD

Color #626AAD Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #626AAD

Tints of Chetwode Blue #626AAD

Color information

#626AAD (or 0x626AAD) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6A and AD. RGB value is (98,106,173). Sum of RGB (Red+Green+Blue) = 98+106+173=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #626AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626AAD is #9D9552. Grayscale: #6E6E6E. Windows color (decimal): -10327379 or 11364962. OLE color: 11364962.

HSL color Cylindrical-coordinate representation of color #626AAD: hue angle of 233.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #626AAD is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98106173-
CMYK0.430.3900.32
HSL233.6º31.38%53.14%-
HSV(B)233.6º43.35%67.84%-
XYZ17.7315.9241.67-
YUV111.25162.85118.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=25.99%
G=28.12%
B=45.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981061730.430.3900.32233.631.3853.14
Hex626AAD2B27020ea1f35
Octal14215225553470403523765
Binary110001011010101010110110101110011101000001110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626AAD; }

 p { color: rgb(98,106,173); }

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

<style>
 a { background-color: #626AAD; }

 a { background-color: rgb(98,106,173); }

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

<style>
 span { border-color: #626AAD; }

 span { border-color: rgb(98,106,173); }

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