#69799E

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

Shades of Waikawa Grey #69799E

Tints of Waikawa Grey #69799E

Color information

#69799E (or 0x69799E) is unknown color: approx Waikawa Grey. HEX triplet: 69, 79 and 9E. RGB value is (105,121,158). Sum of RGB (Red+Green+Blue) = 105+121+158=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #69799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69799E is #968661. Grayscale: #787878. Windows color (decimal): -9864802 or 10385769. OLE color: 10385769.

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

Color convert

RGB105121158-
CMYK0.340.2300.38
HSL221.89º21.46%51.57%-
HSV(B)221.89º33.54%61.96%-
XYZ18.8319.1535.05-
YUV120.43149.2116.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 158 (62.11% from 255) = 41.15%
R=27.34%
G=31.51%
B=41.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051211580.340.2300.38221.8921.4651.57
Hex69799E2217026de1534
Octal15117123642270463362564
Binary11010011111001100111101000101011101001101101111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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