#626ABD

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

Shades of Chetwode Blue #626ABD

Tints of Chetwode Blue #626ABD

Color information

#626ABD (or 0x626ABD) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6A and BD. RGB value is (98,106,189). Sum of RGB (Red+Green+Blue) = 98+106+189=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #626ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ABD is #9D9542. Grayscale: #707070. Windows color (decimal): -10327363 or 12413538. OLE color: 12413538.

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

Color convert

RGB98106189-
CMYK0.480.4400.26
HSL234.73º40.81%56.27%-
HSV(B)234.73º48.15%74.12%-
XYZ19.3816.5850.32-
YUV113.07170.85117.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=24.94%
G=26.97%
B=48.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981061890.480.4400.26234.7340.8156.27
Hex626ABD302C01Aeb2938
Octal14215227560540323535170
Binary110001011010101011110111000010110001101011101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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