#69739D

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

Shades of Waikawa Grey #69739D

Tints of Waikawa Grey #69739D

Color information

#69739D (or 0x69739D) is unknown color: approx Waikawa Grey. HEX triplet: 69, 73 and 9D. RGB value is (105,115,157). Sum of RGB (Red+Green+Blue) = 105+115+157=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #69739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69739D is #968C62. Grayscale: #747474. Windows color (decimal): -9866339 or 10318697. OLE color: 10318697.

HSL color Cylindrical-coordinate representation of color #69739D: hue angle of 228.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69739D is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105115157-
CMYK0.330.2700.38
HSL228.46º20.97%51.37%-
HSV(B)228.46º33.12%61.57%-
XYZ18.0417.734.36-
YUV116.8150.69119.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.85%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=27.85%
G=30.50%
B=41.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051151570.330.2700.38228.4620.9751.37
Hex69739D211B026e41533
Octal15116323541330463442563
Binary11010011110011100111011000011101101001101110010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69739D; }

 p { color: rgb(105,115,157); }

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

<style>
 a { background-color: #69739D; }

 a { background-color: rgb(105,115,157); }

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

<style>
 span { border-color: #69739D; }

 span { border-color: rgb(105,115,157); }

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