#6166AB

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

Shades of Chetwode Blue #6166AB

Tints of Chetwode Blue #6166AB

Color information

#6166AB (or 0x6166AB) is unknown color: approx Chetwode Blue. HEX triplet: 61, 66 and AB. RGB value is (97,102,171). Sum of RGB (Red+Green+Blue) = 97+102+171=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #6166AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6166AB is #9E9954. Grayscale: #6C6C6C. Windows color (decimal): -10393941 or 11232865. OLE color: 11232865.

HSL color Cylindrical-coordinate representation of color #6166AB: hue angle of 235.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6166AB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97102171-
CMYK0.430.4000.33
HSL235.95º30.58%52.55%-
HSV(B)235.95º43.27%67.06%-
XYZ17.0314.9840.52-
YUV108.37163.34119.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=26.22%
G=27.57%
B=46.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971021710.430.4000.33235.9530.5852.55
Hex6166AB2B28021ec1f35
Octal14114625353500413543765
Binary110000111001101010101110101110100001000011110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6166AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6166AB; }

 p { color: rgb(97,102,171); }

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

<style>
 a { background-color: #6166AB; }

 a { background-color: rgb(97,102,171); }

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

<style>
 span { border-color: #6166AB; }

 span { border-color: rgb(97,102,171); }

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