#69759A

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

Shades of Waikawa Grey #69759A

Tints of Waikawa Grey #69759A

Color information

#69759A (or 0x69759A) is unknown color: approx Waikawa Grey. HEX triplet: 69, 75 and 9A. RGB value is (105,117,154). Sum of RGB (Red+Green+Blue) = 105+117+154=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #69759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69759A is #968A65. Grayscale: #757575. Windows color (decimal): -9865830 or 10122601. OLE color: 10122601.

HSL color Cylindrical-coordinate representation of color #69759A: hue angle of 225.31º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69759A is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB105117154-
CMYK0.320.2400.40
HSL225.31º19.52%50.78%-
HSV(B)225.31º31.82%60.39%-
XYZ18.0218.0633.11-
YUV117.63148.52118.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=27.93%
G=31.12%
B=40.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051171540.320.2400.40225.3119.5250.78
Hex69759A2018028e11433
Octal15116523240300503412463
Binary11010011110101100110101000001100001010001110000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69759A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69759A; }

 p { color: rgb(105,117,154); }

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

<style>
 a { background-color: #69759A; }

 a { background-color: rgb(105,117,154); }

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

<style>
 span { border-color: #69759A; }

 span { border-color: rgb(105,117,154); }

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