#626CA5

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

Shades of Chetwode Blue #626CA5

Tints of Chetwode Blue #626CA5

Color information

#626CA5 (or 0x626CA5) is unknown color: approx Chetwode Blue. HEX triplet: 62, 6C and A5. RGB value is (98,108,165). Sum of RGB (Red+Green+Blue) = 98+108+165=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #626CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626CA5 is #9D935A. Grayscale: #6F6F6F. Windows color (decimal): -10326875 or 10841186. OLE color: 10841186.

HSL color Cylindrical-coordinate representation of color #626CA5: hue angle of 231.04º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #626CA5 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB98108165-
CMYK0.410.3500.35
HSL231.04º27.13%51.57%-
HSV(B)231.04º40.61%64.71%-
XYZ17.1916.0437.79-
YUV111.51158.19118.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 165 (64.84% from 255) = 44.47%
R=26.42%
G=29.11%
B=44.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981081650.410.3500.35231.0427.1351.57
Hex626CA52923023e71b34
Octal14215424551430433473364
Binary110001011011001010010110100110001101000111110011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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