#6A799E

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

Shades of Waikawa Grey #6A799E

Tints of Waikawa Grey #6A799E

Color information

#6A799E (or 0x6A799E) is unknown color: approx Waikawa Grey. HEX triplet: 6A, 79 and 9E. RGB value is (106,121,158). Sum of RGB (Red+Green+Blue) = 106+121+158=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A799E is #958661. Grayscale: #787878. Windows color (decimal): -9799266 or 10385770. OLE color: 10385770.

HSL color Cylindrical-coordinate representation of color #6A799E: hue angle of 222.69º 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 #6A799E is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB106121158-
CMYK0.330.2300.38
HSL222.69º21.14%51.76%-
HSV(B)222.69º32.91%61.96%-
XYZ18.9519.2135.06-
YUV120.73149.03117.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=27.53%
G=31.43%
B=41.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061211580.330.2300.38222.6921.1451.76
Hex6A799E2117026df1534
Octal15217123641270463372564
Binary11010101111001100111101000011011101001101101111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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