#69748C

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

Shades of Waikawa Grey #69748C

Tints of Waikawa Grey #69748C

Color information

#69748C (or 0x69748C) is unknown color: approx Waikawa Grey. HEX triplet: 69, 74 and 8C. RGB value is (105,116,140). Sum of RGB (Red+Green+Blue) = 105+116+140=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #69748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69748C is #968B73. Grayscale: #737373. Windows color (decimal): -9866100 or 9204841. OLE color: 9204841.

HSL color Cylindrical-coordinate representation of color #69748C: hue angle of 221.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69748C is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105116140-
CMYK0.250.1700.45
HSL221.14º14.29%48.04%-
HSV(B)221.14º25%54.9%-
XYZ16.817.3927.28-
YUV115.45141.86120.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=29.09%
G=32.13%
B=38.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051161400.250.1700.45221.1414.2948.04
Hex69748C191102Ddde30
Octal15116421431210553351660
Binary110100111101001000110011001100010101101110111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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