#626EAA

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

Shades of Chetwode Blue #626EAA

Tints of Chetwode Blue #626EAA

Color information

#626EAA (or 0x626EAA) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6E and AA. RGB value is (98,110,170). Sum of RGB (Red+Green+Blue) = 98+110+170=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #626EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626EAA is #9D9155. Grayscale: #707070. Windows color (decimal): -10326358 or 11169378. OLE color: 11169378.

HSL color Cylindrical-coordinate representation of color #626EAA: hue angle of 230º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #626EAA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98110170-
CMYK0.420.3500.33
HSL230º29.75%52.55%-
HSV(B)230º42.35%66.67%-
XYZ17.8716.6540.3-
YUV113.25160.02117.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 110 (43.36% from 255) = 29.10%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=25.93%
G=29.10%
B=44.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981101700.420.3500.3323029.7552.55
Hex626EAA2A23021e61e35
Octal14215625252430413463665
Binary110001011011101010101010101010001101000011110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,110,170); }

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

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

 a { background-color: rgb(98,110,170); }

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

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

 span { border-color: rgb(98,110,170); }

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