#616AA0

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

Shades of Chetwode Blue #616AA0

Tints of Chetwode Blue #616AA0

Color information

#616AA0 (or 0x616AA0) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and A0. RGB value is (97,106,160). Sum of RGB (Red+Green+Blue) = 97+106+160=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #616AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AA0 is #9E955F. Grayscale: #6D6D6D. Windows color (decimal): -10392928 or 10512993. OLE color: 10512993.

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

Color convert

RGB97106160-
CMYK0.390.3400.37
HSL231.43º24.9%50.39%-
HSV(B)231.43º39.38%62.75%-
XYZ16.4315.3935.36-
YUV109.46156.52119.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=26.72%
G=29.20%
B=44.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal971061600.390.3400.37231.4324.950.39
Hex616AA02722025e71932
Octal14115224047420453473162
Binary110000111010101010000010011110001001001011110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616AA0; }

 p { color: rgb(97,106,160); }

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

<style>
 a { background-color: #616AA0; }

 a { background-color: rgb(97,106,160); }

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

<style>
 span { border-color: #616AA0; }

 span { border-color: rgb(97,106,160); }

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