#69749D

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

Shades of Waikawa Grey #69749D

Tints of Waikawa Grey #69749D

Color information

#69749D (or 0x69749D) is unknown color: approx Waikawa Grey. HEX triplet: 69, 74 and 9D. RGB value is (105,116,157). Sum of RGB (Red+Green+Blue) = 105+116+157=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #69749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69749D is #968B62. Grayscale: #757575. Windows color (decimal): -9866083 or 10318953. OLE color: 10318953.

HSL color Cylindrical-coordinate representation of color #69749D: hue angle of 227.31º 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 #69749D is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105116157-
CMYK0.330.2600.38
HSL227.31º20.97%51.37%-
HSV(B)227.31º33.12%61.57%-
XYZ18.1617.9334.4-
YUV117.38150.36119.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=27.78%
G=30.69%
B=41.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051161570.330.2600.38227.3120.9751.37
Hex69749D211A026e31533
Octal15116423541320463432563
Binary11010011110100100111011000011101001001101110001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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