#626FA8

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

Shades of Chetwode Blue #626FA8

Tints of Chetwode Blue #626FA8

Color information

#626FA8 (or 0x626FA8) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6F and A8. RGB value is (98,111,168). Sum of RGB (Red+Green+Blue) = 98+111+168=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 168 - color contains mainly: blue. Hex color #626FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FA8 is #9D9057. Grayscale: #717171. Windows color (decimal): -10326104 or 11038562. OLE color: 11038562.

HSL color Cylindrical-coordinate representation of color #626FA8: hue angle of 228.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #626FA8 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB98111168-
CMYK0.420.3400.34
HSL228.86º28.69%52.16%-
HSV(B)228.86º41.67%65.88%-
XYZ17.7916.7939.35-
YUV113.61158.69116.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 168 (66.02% from 255) = 44.56%
R=25.99%
G=29.44%
B=44.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal981111680.420.3400.34228.8628.6952.16
Hex626FA82A22022e51d34
Octal14215725052420423453564
Binary110001011011111010100010101010001001000101110010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,111,168); }

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

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

 a { background-color: rgb(98,111,168); }

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

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

 span { border-color: rgb(98,111,168); }

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