#616CA0

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

Shades of Chetwode Blue #616CA0

Tints of Chetwode Blue #616CA0

Color information

#616CA0 (or 0x616CA0) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6C and A0. RGB value is (97,108,160). Sum of RGB (Red+Green+Blue) = 97+108+160=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #616CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CA0 is #9E935F. Grayscale: #6E6E6E. Windows color (decimal): -10392416 or 10513505. OLE color: 10513505.

HSL color Cylindrical-coordinate representation of color #616CA0: hue angle of 229.52º 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 #616CA0 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB97108160-
CMYK0.390.3200.37
HSL229.52º24.9%50.39%-
HSV(B)229.52º39.38%62.75%-
XYZ16.6415.835.43-
YUV110.64155.86118.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=26.58%
G=29.59%
B=43.84%

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
Decimal971081600.390.3200.37229.5224.950.39
Hex616CA02720025e61932
Octal14115424047400453463162
Binary110000111011001010000010011110000001001011110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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