Shades of Waikawa Grey #66758F
Tints of Waikawa Grey #66758F
RGB
CMYK
RGB Variations
Color information
#66758F (or 0x66758F) is known color: Waikawa Grey. HEX triplet: 66, 75 and 8F. RGB value is (102,117,143). Sum of RGB (Red+Green+Blue) = 102+117+143=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 117 (46.09% from 255 or 32.32% 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 #66758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66758F is #998A70. Grayscale: #737373. Windows color (decimal): -10062449 or 9401702. OLE color: 9401702.
HSL color Cylindrical-coordinate representation of color #66758F: hue angle of 218.05º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66758F is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 117 | 143 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.44 |
| HSL | 218.05º | 0.17% | 0.48% | - |
| HSV(B) | 218.05º | 0.29% | 0.56% | - |
| XYZ | 16.8 | 17.53 | 28.48 | - |
| YUV | 115.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 143 | 0.29 | 0.18 | 0 | 0.44 | 218.05 | 0.17 | 0.48 |
| Hex | 66 | 75 | 8F | 1D | 12 | 0 | 2C | DA | 11 | 30 |
| Octal | 146 | 165 | 217 | 35 | 22 | 0 | 54 | 332 | 21 | 60 |
| Binary | 1100110 | 1110101 | 10001111 | 11101 | 10010 | 0 | 101100 | 11011010 | 10001 | 110000 |
Color Harmonies of #66758F
Complementary color
Monochromatic Colors of #66758F
Black with #66758F
Text Example
Text Example
White with #66758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66758F; }
p { color: rgb(102,117,143); }
H1.HeaderClassName
{
color: #66758F;
}
.AnyTagClassName
{
color: #66758F;
}
</style>
background-color css
<style>
a { background-color: #66758F; }
a { background-color: rgb(102,117,143); }
div.DivClassName
{
background-color: #66758F;
}
.BgClassName
{
background-color: #66758F;
}
</style>
border-color css
<style>
span { border-color: #66758F; }
span { border-color: rgb(102,117,143); }
td.TdClassName
{
border-color: #66758F;
}
.TagClassName
{
border-color: #66758F;
}
</style>