#6A749E

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

Shades of Chetwode Blue #6A749E

Tints of Chetwode Blue #6A749E

Color information

#6A749E (or 0x6A749E) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 74 and 9E. RGB value is (106,116,158). Sum of RGB (Red+Green+Blue) = 106+116+158=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A749E is #958B61. Grayscale: #757575. Windows color (decimal): -9800546 or 10384490. OLE color: 10384490.

HSL color Cylindrical-coordinate representation of color #6A749E: hue angle of 228.46º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A749E is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB106116158-
CMYK0.330.2700.38
HSL228.46º21.14%51.76%-
HSV(B)228.46º32.91%61.96%-
XYZ18.3618.0234.86-
YUV117.8150.69119.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=27.89%
G=30.53%
B=41.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061161580.330.2700.38228.4621.1451.76
Hex6A749E211B026e41534
Octal15216423641330463442564
Binary11010101110100100111101000011101101001101110010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A749E; }

 p { color: rgb(106,116,158); }

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

<style>
 a { background-color: #6A749E; }

 a { background-color: rgb(106,116,158); }

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

<style>
 span { border-color: #6A749E; }

 span { border-color: rgb(106,116,158); }

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