#616AC5

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

Shades of Chetwode Blue #616AC5

Tints of Chetwode Blue #616AC5

Color information

#616AC5 (or 0x616AC5) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and C5. RGB value is (97,106,197). Sum of RGB (Red+Green+Blue) = 97+106+197=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #616AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616AC5 is #9E953A. Grayscale: #717171. Windows color (decimal): -10392891 or 12937825. OLE color: 12937825.

HSL color Cylindrical-coordinate representation of color #616AC5: hue angle of 234.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #616AC5 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97106197-
CMYK0.510.4600.23
HSL234.6º46.3%57.65%-
HSV(B)234.6º50.76%77.25%-
XYZ20.1616.8855.02-
YUV113.68175.02116.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 197 (77.34% from 255) = 49.25%
R=24.25%
G=26.5%
B=49.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971061970.510.4600.23234.646.357.65
Hex616AC5332E017eb2e3a
Octal14115230563560273535672
Binary110000111010101100010111001110111001011111101011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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