#616ACD

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

Shades of Chetwode Blue #616ACD

Tints of Chetwode Blue #616ACD

Color information

#616ACD (or 0x616ACD) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and CD. RGB value is (97,106,205). Sum of RGB (Red+Green+Blue) = 97+106+205=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #616ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ACD is #9E9532. Grayscale: #727272. Windows color (decimal): -10392883 or 13462113. OLE color: 13462113.

HSL color Cylindrical-coordinate representation of color #616ACD: hue angle of 235º 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 #616ACD is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97106205-
CMYK0.530.4800.20
HSL235º51.92%59.22%-
HSV(B)235º52.68%80.39%-
XYZ21.117.2659.98-
YUV114.6179.02115.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.77%
GREEN value IS 106 (41.80% from 255) = 25.98%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=23.77%
G=25.98%
B=50.25%

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
Decimal971062050.530.4800.2023551.9259.22
Hex616ACD3530014eb343b
Octal14115231565600243536473
Binary110000111010101100110111010111000001010011101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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