#6A749D

Color #6A749D Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #6A749D

Tints of Waikawa Grey #6A749D

Color information

#6A749D (or 0x6A749D) is unknown color: approx Waikawa Grey. HEX triplet: 6A, 74 and 9D. RGB value is (106,116,157). Sum of RGB (Red+Green+Blue) = 106+116+157=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A749D is #958B62. Grayscale: #757575. Windows color (decimal): -9800547 or 10318954. OLE color: 10318954.

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

Color convert

RGB106116157-
CMYK0.320.2600.38
HSL228.24º20.65%51.57%-
HSV(B)228.24º32.48%61.57%-
XYZ18.2817.9934.41-
YUV117.68150.19119.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=27.97%
G=30.61%
B=41.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061161570.320.2600.38228.2420.6551.57
Hex6A749D201A026e41534
Octal15216423540320463442564
Binary11010101110100100111011000001101001001101110010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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