#626AC0

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

Shades of Chetwode Blue #626AC0

Tints of Chetwode Blue #626AC0

Color information

#626AC0 (or 0x626AC0) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6A and C0. RGB value is (98,106,192). Sum of RGB (Red+Green+Blue) = 98+106+192=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #626AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626AC0 is #9D953F. Grayscale: #717171. Windows color (decimal): -10327360 or 12610146. OLE color: 12610146.

HSL color Cylindrical-coordinate representation of color #626AC0: hue angle of 234.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #626AC0 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98106192-
CMYK0.490.4500.25
HSL234.89º42.73%56.86%-
HSV(B)234.89º48.96%75.29%-
XYZ19.7116.7152.06-
YUV113.41172.35117.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 106 (41.80% from 255) = 26.77%
BLUE value IS 192 (75.39% from 255) = 48.48%
R=24.75%
G=26.77%
B=48.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981061920.490.4500.25234.8942.7356.86
Hex626AC0312D019eb2b39
Octal14215230061550313535371
Binary110001011010101100000011000110110101100111101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,106,192); }

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

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

 a { background-color: rgb(98,106,192); }

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

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

 span { border-color: rgb(98,106,192); }

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