#696D93

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

Shades of Waikawa Grey #696D93

Tints of Waikawa Grey #696D93

Color information

#696D93 (or 0x696D93) is unknown color: approx Waikawa Grey. HEX triplet: 69, 6D and 93. RGB value is (105,109,147). Sum of RGB (Red+Green+Blue) = 105+109+147=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #696D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D93 is #96926C. Grayscale: #6F6F6F. Windows color (decimal): -9867885 or 9661801. OLE color: 9661801.

HSL color Cylindrical-coordinate representation of color #696D93: hue angle of 234.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696D93 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105109147-
CMYK0.290.2600.42
HSL234.29º16.67%49.41%-
HSV(B)234.29º28.57%57.65%-
XYZ16.5616.0529.83-
YUV112.14147.67122.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 147 (57.81% from 255) = 40.72%
R=29.09%
G=30.19%
B=40.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051091470.290.2600.42234.2916.6749.41
Hex696D931D1A02Aea1131
Octal15115522335320523522161
Binary1101001110110110010011111011101001010101110101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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