#626FAA

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

Shades of Chetwode Blue #626FAA

Tints of Chetwode Blue #626FAA

Color information

#626FAA (or 0x626FAA) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6F and AA. RGB value is (98,111,170). Sum of RGB (Red+Green+Blue) = 98+111+170=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #626FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FAA is #9D9055. Grayscale: #717171. Windows color (decimal): -10326102 or 11169634. OLE color: 11169634.

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

Color convert

RGB98111170-
CMYK0.420.3500.33
HSL229.17º29.75%52.55%-
HSV(B)229.17º42.35%66.67%-
XYZ17.9816.8740.34-
YUV113.84159.69116.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.86%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=25.86%
G=29.29%
B=44.85%

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
Decimal981111700.420.3500.33229.1729.7552.55
Hex626FAA2A23021e51e35
Octal14215725252430413453665
Binary110001011011111010101010101010001101000011110010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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