Shades of Juniper #669E94
Tints of Juniper #669E94
RGB
CMYK
RGB Variations
Color information
#669E94 (or 0x669E94) is known color: Juniper. HEX triplet: 66, 9E and 94. RGB value is (102,158,148). Sum of RGB (Red+Green+Blue) = 102+158+148=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #669E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E94 is #99616B. Grayscale: #8C8C8C. Windows color (decimal): -10051948 or 9739878. OLE color: 9739878.
HSL color Cylindrical-coordinate representation of color #669E94: hue angle of 169.29º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E94 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 148 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.38 |
| HSL | 169.29º | 0.22% | 0.51% | - |
| HSV(B) | 169.29º | 0.35% | 0.62% | - |
| XYZ | 23.05 | 29.42 | 32.48 | - |
| YUV | 140.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 148 | 0.35 | 0 | 0.06 | 0.38 | 169.29 | 0.22 | 0.51 |
| Hex | 66 | 9E | 94 | 23 | 0 | 6 | 26 | A9 | 16 | 33 |
| Octal | 146 | 236 | 224 | 43 | 0 | 6 | 46 | 251 | 26 | 63 |
| Binary | 1100110 | 10011110 | 10010100 | 100011 | 0 | 110 | 100110 | 10101001 | 10110 | 110011 |
Color Harmonies of #669E94
Complementary color
Monochromatic Colors of #669E94
Black with #669E94
Text Example
Text Example
White with #669E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E94; }
p { color: rgb(102,158,148); }
H1.HeaderClassName
{
color: #669E94;
}
.AnyTagClassName
{
color: #669E94;
}
</style>
background-color css
<style>
a { background-color: #669E94; }
a { background-color: rgb(102,158,148); }
div.DivClassName
{
background-color: #669E94;
}
.BgClassName
{
background-color: #669E94;
}
</style>
border-color css
<style>
span { border-color: #669E94; }
span { border-color: rgb(102,158,148); }
td.TdClassName
{
border-color: #669E94;
}
.TagClassName
{
border-color: #669E94;
}
</style>