#616BC8

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

Shades of Chetwode Blue #616BC8

Tints of Chetwode Blue #616BC8

Color information

#616BC8 (or 0x616BC8) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6B and C8. RGB value is (97,107,200). Sum of RGB (Red+Green+Blue) = 97+107+200=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #616BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BC8 is #9E9437. Grayscale: #727272. Windows color (decimal): -10392632 or 13134689. OLE color: 13134689.

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

Color convert

RGB97107200-
CMYK0.520.4600.22
HSL234.17º48.36%58.24%-
HSV(B)234.17º51.5%78.43%-
XYZ20.6117.2356.88-
YUV114.61176.19115.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.01%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 200 (78.52% from 255) = 49.50%
R=24.01%
G=26.49%
B=49.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971072000.520.4600.22234.1748.3658.24
Hex616BC8342E016ea303a
Octal14115331064560263526072
Binary110000111010111100100011010010111001011011101010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,107,200); }

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

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

 a { background-color: rgb(97,107,200); }

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

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

 span { border-color: rgb(97,107,200); }

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