#626EA4

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

Shades of Chetwode Blue #626EA4

Tints of Chetwode Blue #626EA4

Color information

#626EA4 (or 0x626EA4) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6E and A4. RGB value is (98,110,164). Sum of RGB (Red+Green+Blue) = 98+110+164=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #626EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626EA4 is #9D915B. Grayscale: #707070. Windows color (decimal): -10326364 or 10776162. OLE color: 10776162.

HSL color Cylindrical-coordinate representation of color #626EA4: hue angle of 229.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #626EA4 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB98110164-
CMYK0.400.3300.36
HSL229.09º26.61%51.37%-
HSV(B)229.09º40.24%64.31%-
XYZ17.3116.4337.38-
YUV112.57157.02117.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=26.34%
G=29.57%
B=44.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal981101640.400.3300.36229.0926.6151.37
Hex626EA42821024e51b33
Octal14215624450410443453363
Binary110001011011101010010010100010000101001001110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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