#626CAE

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

Shades of Chetwode Blue #626CAE

Tints of Chetwode Blue #626CAE

Color information

#626CAE (or 0x626CAE) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6C and AE. RGB value is (98,108,174). Sum of RGB (Red+Green+Blue) = 98+108+174=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #626CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626CAE is #9D9351. Grayscale: #707070. Windows color (decimal): -10326866 or 11431010. OLE color: 11431010.

HSL color Cylindrical-coordinate representation of color #626CAE: hue angle of 232.11º 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 #626CAE is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB98108174-
CMYK0.440.3800.32
HSL232.11º31.93%53.33%-
HSV(B)232.11º43.68%68.24%-
XYZ18.0416.3842.25-
YUV112.53162.69117.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.79%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=25.79%
G=28.42%
B=45.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal981081740.440.3800.32232.1131.9353.33
Hex626CAE2C26020e82035
Octal14215425654460403504065
Binary1100010110110010101110101100100110010000011101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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