#6170AE

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

Shades of Chetwode Blue #6170AE

Tints of Chetwode Blue #6170AE

Color information

#6170AE (or 0x6170AE) is unknown color: approx Chetwode Blue. HEX triplet: 61, 70 and AE. RGB value is (97,112,174). Sum of RGB (Red+Green+Blue) = 97+112+174=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #6170AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6170AE is #9E8F51. Grayscale: #727272. Windows color (decimal): -10391378 or 11432033. OLE color: 11432033.

HSL color Cylindrical-coordinate representation of color #6170AE: hue angle of 228.31º 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 #6170AE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97112174-
CMYK0.440.3600.32
HSL228.31º32.22%53.14%-
HSV(B)228.31º44.25%68.24%-
XYZ18.3617.1942.39-
YUV114.58161.53115.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=25.33%
G=29.24%
B=45.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971121740.440.3600.32228.3132.2253.14
Hex6170AE2C24020e42035
Octal14116025654440403444065
Binary1100001111000010101110101100100100010000011100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6170AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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