#626CA0

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

Shades of Chetwode Blue #626CA0

Tints of Chetwode Blue #626CA0

Color information

#626CA0 (or 0x626CA0) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6C and A0. RGB value is (98,108,160). Sum of RGB (Red+Green+Blue) = 98+108+160=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #626CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626CA0 is #9D935F. Grayscale: #6E6E6E. Windows color (decimal): -10326880 or 10513506. OLE color: 10513506.

HSL color Cylindrical-coordinate representation of color #626CA0: hue angle of 230.32º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #626CA0 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB98108160-
CMYK0.390.3200.37
HSL230.32º24.6%50.59%-
HSV(B)230.32º38.75%62.75%-
XYZ16.7415.8635.44-
YUV110.94155.69118.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 160 (62.89% from 255) = 43.72%
R=26.78%
G=29.51%
B=43.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal981081600.390.3200.37230.3224.650.59
Hex626CA02720025e61933
Octal14215424047400453463163
Binary110001011011001010000010011110000001001011110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,108,160); }

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

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

 a { background-color: rgb(98,108,160); }

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

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

 span { border-color: rgb(98,108,160); }

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