#69769C

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

Shades of Waikawa Grey #69769C

Tints of Waikawa Grey #69769C

Color information

#69769C (or 0x69769C) is unknown color: approx Waikawa Grey. HEX triplet: 69, 76 and 9C. RGB value is (105,118,156). Sum of RGB (Red+Green+Blue) = 105+118+156=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #69769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69769C is #968963. Grayscale: #767676. Windows color (decimal): -9865572 or 10253929. OLE color: 10253929.

HSL color Cylindrical-coordinate representation of color #69769C: hue angle of 224.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69769C is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105118156-
CMYK0.330.2400.39
HSL224.71º20.48%51.18%-
HSV(B)224.71º32.69%61.18%-
XYZ18.318.3634.03-
YUV118.44149.19118.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=27.70%
G=31.13%
B=41.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051181560.330.2400.39224.7120.4851.18
Hex69769C2118027e11433
Octal15116623441300473412463
Binary11010011110110100111001000011100001001111110000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69769C; }

 p { color: rgb(105,118,156); }

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

<style>
 a { background-color: #69769C; }

 a { background-color: rgb(105,118,156); }

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

<style>
 span { border-color: #69769C; }

 span { border-color: rgb(105,118,156); }

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