#69768E

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

Shades of Waikawa Grey #69768E

Tints of Waikawa Grey #69768E

Color information

#69768E (or 0x69768E) is unknown color: approx Waikawa Grey. HEX triplet: 69, 76 and 8E. RGB value is (105,118,142). Sum of RGB (Red+Green+Blue) = 105+118+142=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #69768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69768E is #968971. Grayscale: #747474. Windows color (decimal): -9865586 or 9336425. OLE color: 9336425.

HSL color Cylindrical-coordinate representation of color #69768E: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69768E is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105118142-
CMYK0.260.1700.44
HSL218.92º14.98%48.43%-
HSV(B)218.92º26.06%55.69%-
XYZ17.1917.9128.14-
YUV116.85142.19119.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=28.77%
G=32.33%
B=38.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051181420.260.1700.44218.9214.9848.43
Hex69768E1A1102Cdbf30
Octal15116621632210543331760
Binary110100111101101000111011010100010101100110110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69768E; }

 p { color: rgb(105,118,142); }

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

<style>
 a { background-color: #69768E; }

 a { background-color: rgb(105,118,142); }

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

<style>
 span { border-color: #69768E; }

 span { border-color: rgb(105,118,142); }

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