#626CAA

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

Shades of Chetwode Blue #626CAA

Tints of Chetwode Blue #626CAA

Color information

#626CAA (or 0x626CAA) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6C and AA. RGB value is (98,108,170). Sum of RGB (Red+Green+Blue) = 98+108+170=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #626CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626CAA is #9D9355. Grayscale: #6F6F6F. Windows color (decimal): -10326870 or 11168866. OLE color: 11168866.

HSL color Cylindrical-coordinate representation of color #626CAA: hue angle of 231.67º 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 #626CAA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98108170-
CMYK0.420.3600.33
HSL231.67º29.75%52.55%-
HSV(B)231.67º42.35%66.67%-
XYZ17.6616.2240.23-
YUV112.08160.69117.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 108 (42.58% from 255) = 28.72%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=26.06%
G=28.72%
B=45.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981081700.420.3600.33231.6729.7552.55
Hex626CAA2A24021e81e35
Octal14215425252440413503665
Binary110001011011001010101010101010010001000011110100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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