#6170AB

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

Shades of Chetwode Blue #6170AB

Tints of Chetwode Blue #6170AB

Color information

#6170AB (or 0x6170AB) is unknown color: approx Chetwode Blue. HEX triplet: 61, 70 and AB. RGB value is (97,112,171). Sum of RGB (Red+Green+Blue) = 97+112+171=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #6170AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6170AB is #9E8F54. Grayscale: #717171. Windows color (decimal): -10391381 or 11235425. OLE color: 11235425.

HSL color Cylindrical-coordinate representation of color #6170AB: hue angle of 227.84º 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 #6170AB is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97112171-
CMYK0.430.3500.33
HSL227.84º30.58%52.55%-
HSV(B)227.84º43.27%67.06%-
XYZ18.0717.0740.87-
YUV114.24160.03115.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 171 (67.19% from 255) = 45%
R=25.53%
G=29.47%
B=45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971121710.430.3500.33227.8430.5852.55
Hex6170AB2B23021e41f35
Octal14116025353430413443765
Binary110000111100001010101110101110001101000011110010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6170AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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