#616CA5

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

Shades of Chetwode Blue #616CA5

Tints of Chetwode Blue #616CA5

Color information

#616CA5 (or 0x616CA5) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6C and A5. RGB value is (97,108,165). Sum of RGB (Red+Green+Blue) = 97+108+165=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #616CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CA5 is #9E935A. Grayscale: #6E6E6E. Windows color (decimal): -10392411 or 10841185. OLE color: 10841185.

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

Color convert

RGB97108165-
CMYK0.410.3500.35
HSL230.29º27.42%51.37%-
HSV(B)230.29º41.21%64.71%-
XYZ17.0815.9837.78-
YUV111.21158.36117.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 165 (64.84% from 255) = 44.59%
R=26.22%
G=29.19%
B=44.59%

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
Decimal971081650.410.3500.35230.2927.4251.37
Hex616CA52923023e61b33
Octal14115424551430433463363
Binary110000111011001010010110100110001101000111110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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