#616BCD

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

Shades of Chetwode Blue #616BCD

Tints of Chetwode Blue #616BCD

Color information

#616BCD (or 0x616BCD) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6B and CD. RGB value is (97,107,205). Sum of RGB (Red+Green+Blue) = 97+107+205=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #616BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BCD is #9E9432. Grayscale: #727272. Windows color (decimal): -10392627 or 13462369. OLE color: 13462369.

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

Color convert

RGB97107205-
CMYK0.530.4800.20
HSL234.44º51.92%59.22%-
HSV(B)234.44º52.68%80.39%-
XYZ21.2117.4660.01-
YUV115.18178.69115.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=23.72%
G=26.16%
B=50.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971072050.530.4800.20234.4451.9259.22
Hex616BCD3530014ea343b
Octal14115331565600243526473
Binary110000111010111100110111010111000001010011101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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