#626EC0

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

Shades of Chetwode Blue #626EC0

Tints of Chetwode Blue #626EC0

Color information

#626EC0 (or 0x626EC0) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6E and C0. RGB value is (98,110,192). Sum of RGB (Red+Green+Blue) = 98+110+192=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #626EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626EC0 is #9D913F. Grayscale: #737373. Windows color (decimal): -10326336 or 12611170. OLE color: 12611170.

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

Color convert

RGB98110192-
CMYK0.490.4300.25
HSL232.34º42.73%56.86%-
HSV(B)232.34º48.96%75.29%-
XYZ20.1317.5552.2-
YUV115.76171.02115.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.5%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 192 (75.39% from 255) = 48%
R=24.5%
G=27.5%
B=48%

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
Decimal981101920.490.4300.25232.3442.7356.86
Hex626EC0312B019e82b39
Octal14215630061530313505371
Binary110001011011101100000011000110101101100111101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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