#626AAE

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

Shades of Chetwode Blue #626AAE

Tints of Chetwode Blue #626AAE

Color information

#626AAE (or 0x626AAE) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6A and AE. RGB value is (98,106,174). Sum of RGB (Red+Green+Blue) = 98+106+174=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #626AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626AAE is #9D9551. Grayscale: #6F6F6F. Windows color (decimal): -10327378 or 11430498. OLE color: 11430498.

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

Color convert

RGB98106174-
CMYK0.440.3900.32
HSL233.68º31.93%53.33%-
HSV(B)233.68º43.68%68.24%-
XYZ17.8315.9642.19-
YUV111.36163.35118.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=25.93%
G=28.04%
B=46.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981061740.440.3900.32233.6831.9353.33
Hex626AAE2C27020ea2035
Octal14215225654470403524065
Binary1100010110101010101110101100100111010000011101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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