#69759E

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

Shades of Waikawa Grey #69759E

Tints of Waikawa Grey #69759E

Color information

#69759E (or 0x69759E) is unknown color: approx Waikawa Grey. HEX triplet: 69, 75 and 9E. RGB value is (105,117,158). Sum of RGB (Red+Green+Blue) = 105+117+158=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #69759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69759E is #968A61. Grayscale: #757575. Windows color (decimal): -9865826 or 10384745. OLE color: 10384745.

HSL color Cylindrical-coordinate representation of color #69759E: hue angle of 226.42º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69759E is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105117158-
CMYK0.340.2600.38
HSL226.42º21.46%51.57%-
HSV(B)226.42º33.54%61.96%-
XYZ18.3618.1934.89-
YUV118.09150.52118.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.63%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=27.63%
G=30.79%
B=41.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051171580.340.2600.38226.4221.4651.57
Hex69759E221A026e21534
Octal15116523642320463422564
Binary11010011110101100111101000101101001001101110001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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