#626ABE

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

Shades of Chetwode Blue #626ABE

Tints of Chetwode Blue #626ABE

Color information

#626ABE (or 0x626ABE) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6A and BE. RGB value is (98,106,190). Sum of RGB (Red+Green+Blue) = 98+106+190=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #626ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ABE is #9D9541. Grayscale: #707070. Windows color (decimal): -10327362 or 12479074. OLE color: 12479074.

HSL color Cylindrical-coordinate representation of color #626ABE: hue angle of 234.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #626ABE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98106190-
CMYK0.480.4400.25
HSL234.78º41.44%56.47%-
HSV(B)234.78º48.42%74.51%-
XYZ19.4916.6250.9-
YUV113.18171.35117.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=24.87%
G=26.90%
B=48.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981061900.480.4400.25234.7841.4456.47
Hex626ABE302C019eb2938
Octal14215227660540313535170
Binary110001011010101011111011000010110001100111101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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