#66728B

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

Shades of Waikawa Grey #66728B

Tints of Waikawa Grey #66728B

Color information

#66728B (or 0x66728B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 72 and 8B. RGB value is (102,114,139). Sum of RGB (Red+Green+Blue) = 102+114+139=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #66728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66728B is #998D74. Grayscale: #717171. Windows color (decimal): -10063221 or 9138790. OLE color: 9138790.

HSL color Cylindrical-coordinate representation of color #66728B: hue angle of 220.54º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66728B is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102114139-
CMYK0.270.1800.45
HSL220.54º15.35%47.25%-
HSV(B)220.54º26.62%54.51%-
XYZ16.1616.7226.8-
YUV113.26142.52119.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=28.73%
G=32.11%
B=39.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021141390.270.1800.45220.5415.3547.25
Hex66728B1B1202Dddf2f
Octal14616221333220553351757
Binary110011011100101000101111011100100101101110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66728B; }

 p { color: rgb(102,114,139); }

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

<style>
 a { background-color: #66728B; }

 a { background-color: rgb(102,114,139); }

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

<style>
 span { border-color: #66728B; }

 span { border-color: rgb(102,114,139); }

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