#616CAD

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

Shades of Chetwode Blue #616CAD

Tints of Chetwode Blue #616CAD

Color information

#616CAD (or 0x616CAD) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6C and AD. RGB value is (97,108,173). Sum of RGB (Red+Green+Blue) = 97+108+173=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #616CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CAD is #9E9352. Grayscale: #6F6F6F. Windows color (decimal): -10392403 or 11365473. OLE color: 11365473.

HSL color Cylindrical-coordinate representation of color #616CAD: hue angle of 231.32º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #616CAD is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97108173-
CMYK0.440.3800.32
HSL231.32º31.67%52.94%-
HSV(B)231.32º43.93%67.84%-
XYZ17.8416.2841.74-
YUV112.12162.36117.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 108 (42.58% from 255) = 28.57%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=25.66%
G=28.57%
B=45.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971081730.440.3800.32231.3231.6752.94
Hex616CAD2C26020e72035
Octal14115425554460403474065
Binary1100001110110010101101101100100110010000011100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,108,173); }

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

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

 a { background-color: rgb(97,108,173); }

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

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

 span { border-color: rgb(97,108,173); }

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