#616DCC

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

Shades of Chetwode Blue #616DCC

Tints of Chetwode Blue #616DCC

Color information

#616DCC (or 0x616DCC) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6D and CC. RGB value is (97,109,204). Sum of RGB (Red+Green+Blue) = 97+109+204=410 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.66% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #616DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DCC is #9E9233. Grayscale: #737373. Windows color (decimal): -10392116 or 13397345. OLE color: 13397345.

HSL color Cylindrical-coordinate representation of color #616DCC: hue angle of 233.27º 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 #616DCC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97109204-
CMYK0.520.4700.2
HSL233.27º51.2%59.02%-
HSV(B)233.27º52.45%80%-
XYZ21.317.8459.45-
YUV116.24177.52114.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.66%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 204 (80.08% from 255) = 49.76%
R=23.66%
G=26.59%
B=49.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971092040.520.4700.2233.2751.259.02
Hex616DCC342F014e9333b
Octal14115531464570243516373
Binary110000111011011100110011010010111101010011101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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