#626DC0

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

Shades of Chetwode Blue #626DC0

Tints of Chetwode Blue #626DC0

Color information

#626DC0 (or 0x626DC0) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6D and C0. RGB value is (98,109,192). Sum of RGB (Red+Green+Blue) = 98+109+192=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #626DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DC0 is #9D923F. Grayscale: #727272. Windows color (decimal): -10326592 or 12610914. OLE color: 12610914.

HSL color Cylindrical-coordinate representation of color #626DC0: hue angle of 232.98º 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 #626DC0 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98109192-
CMYK0.490.4300.25
HSL232.98º42.73%56.86%-
HSV(B)232.98º48.96%75.29%-
XYZ20.0217.3452.16-
YUV115.17171.36115.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=24.56%
G=27.32%
B=48.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981091920.490.4300.25232.9842.7356.86
Hex626DC0312B019e92b39
Octal14215530061530313515371
Binary110001011011011100000011000110101101100111101001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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