#696D92

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

Shades of Waikawa Grey #696D92

Tints of Waikawa Grey #696D92

Color information

#696D92 (or 0x696D92) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6D and 92. RGB value is (105,109,146). Sum of RGB (Red+Green+Blue) = 105+109+146=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #696D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D92 is #96926D. Grayscale: #6F6F6F. Windows color (decimal): -9867886 or 9596265. OLE color: 9596265.

HSL color Cylindrical-coordinate representation of color #696D92: hue angle of 234.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696D92 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB105109146-
CMYK0.280.2500.43
HSL234.15º16.33%49.22%-
HSV(B)234.15º28.08%57.25%-
XYZ16.4816.0229.42-
YUV112.02147.17122.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 109 (42.97% from 255) = 30.28%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=29.17%
G=30.28%
B=40.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051091460.280.2500.43234.1516.3349.22
Hex696D921C1902Bea1031
Octal15115522234310533522061
Binary1101001110110110010010111001100101010111110101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696D92; }

 p { color: rgb(105,109,146); }

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

<style>
 a { background-color: #696D92; }

 a { background-color: rgb(105,109,146); }

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

<style>
 span { border-color: #696D92; }

 span { border-color: rgb(105,109,146); }

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