Shades of Cadet Blue #669D95
Tints of Cadet Blue #669D95
RGB
CMYK
RGB Variations
Color information
#669D95 (or 0x669D95) is known color: Cadet Blue. HEX triplet: 66, 9D and 95. RGB value is (102,157,149). Sum of RGB (Red+Green+Blue) = 102+157+149=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #669D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D95 is #99626A. Grayscale: #8B8B8B. Windows color (decimal): -10052203 or 9805158. OLE color: 9805158.
HSL color Cylindrical-coordinate representation of color #669D95: hue angle of 171.27º 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 #669D95 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 149 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.38 |
| HSL | 171.27º | 0.22% | 0.51% | - |
| HSV(B) | 171.27º | 0.35% | 0.62% | - |
| XYZ | 22.96 | 29.11 | 32.84 | - |
| YUV | 139.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 149 | 0.35 | 0 | 0.05 | 0.38 | 171.27 | 0.22 | 0.51 |
| Hex | 66 | 9D | 95 | 23 | 0 | 5 | 26 | AB | 16 | 33 |
| Octal | 146 | 235 | 225 | 43 | 0 | 5 | 46 | 253 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10010101 | 100011 | 0 | 101 | 100110 | 10101011 | 10110 | 110011 |
Color Harmonies of #669D95
Complementary color
Monochromatic Colors of #669D95
Black with #669D95
Text Example
Text Example
White with #669D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D95; }
p { color: rgb(102,157,149); }
H1.HeaderClassName
{
color: #669D95;
}
.AnyTagClassName
{
color: #669D95;
}
</style>
background-color css
<style>
a { background-color: #669D95; }
a { background-color: rgb(102,157,149); }
div.DivClassName
{
background-color: #669D95;
}
.BgClassName
{
background-color: #669D95;
}
</style>
border-color css
<style>
span { border-color: #669D95; }
span { border-color: rgb(102,157,149); }
td.TdClassName
{
border-color: #669D95;
}
.TagClassName
{
border-color: #669D95;
}
</style>