#616CA6

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

Shades of Chetwode Blue #616CA6

Tints of Chetwode Blue #616CA6

Color information

#616CA6 (or 0x616CA6) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6C and A6. RGB value is (97,108,166). Sum of RGB (Red+Green+Blue) = 97+108+166=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #616CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CA6 is #9E9359. Grayscale: #6F6F6F. Windows color (decimal): -10392410 or 10906721. OLE color: 10906721.

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

Color convert

RGB97108166-
CMYK0.420.3500.35
HSL230.43º27.94%51.57%-
HSV(B)230.43º41.57%65.1%-
XYZ17.1816.0238.26-
YUV111.32158.86117.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 166 (65.23% from 255) = 44.74%
R=26.15%
G=29.11%
B=44.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971081660.420.3500.35230.4327.9451.57
Hex616CA62A23023e61c34
Octal14115424652430433463464
Binary110000111011001010011010101010001101000111110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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