#69728F

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

Shades of Waikawa Grey #69728F

Tints of Waikawa Grey #69728F

Color information

#69728F (or 0x69728F) is unknown color: approx Waikawa Grey. HEX triplet: 69, 72 and 8F. RGB value is (105,114,143). Sum of RGB (Red+Green+Blue) = 105+114+143=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #69728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69728F is #968D70. Grayscale: #727272. Windows color (decimal): -9866609 or 9400937. OLE color: 9400937.

HSL color Cylindrical-coordinate representation of color #69728F: hue angle of 225.79º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69728F is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB105114143-
CMYK0.270.2000.44
HSL225.79º15.32%48.63%-
HSV(B)225.79º26.57%56.08%-
XYZ16.817.0228.39-
YUV114.61144.02121.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=29.01%
G=31.49%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051141430.270.2000.44225.7915.3248.63
Hex69728F1B1402Ce2f31
Octal15116221733240543421761
Binary110100111100101000111111011101000101100111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69728F; }

 p { color: rgb(105,114,143); }

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

<style>
 a { background-color: #69728F; }

 a { background-color: rgb(105,114,143); }

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

<style>
 span { border-color: #69728F; }

 span { border-color: rgb(105,114,143); }

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