#616ACC

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

Shades of Chetwode Blue #616ACC

Tints of Chetwode Blue #616ACC

Color information

#616ACC (or 0x616ACC) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and CC. RGB value is (97,106,204). Sum of RGB (Red+Green+Blue) = 97+106+204=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #616ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ACC is #9E9533. Grayscale: #727272. Windows color (decimal): -10392884 or 13396577. OLE color: 13396577.

HSL color Cylindrical-coordinate representation of color #616ACC: hue angle of 234.95º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #616ACC is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97106204-
CMYK0.520.4800.2
HSL234.95º51.2%59.02%-
HSV(B)234.95º52.45%80%-
XYZ20.9817.2159.34-
YUV114.48178.52115.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=23.83%
G=26.04%
B=50.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971062040.520.4800.2234.9551.259.02
Hex616ACC3430014eb333b
Octal14115231464600243536373
Binary110000111010101100110011010011000001010011101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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