Shades of Cadet Blue #669C9D
Tints of Cadet Blue #669C9D
RGB
CMYK
RGB Variations
Color information
#669C9D (or 0x669C9D) is known color: Cadet Blue. HEX triplet: 66, 9C and 9D. RGB value is (102,156,157). Sum of RGB (Red+Green+Blue) = 102+156+157=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #669C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C9D is #996362. Grayscale: #8B8B8B. Windows color (decimal): -10052451 or 10329190. OLE color: 10329190.
HSL color Cylindrical-coordinate representation of color #669C9D: hue angle of 181.09º 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 #669C9D is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 156 | 157 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.38 |
| HSL | 181.09º | 0.22% | 0.51% | - |
| HSV(B) | 181.09º | 0.35% | 0.62% | - |
| XYZ | 23.45 | 29.04 | 36.27 | - |
| YUV | 139.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 157 | 0.35 | 0.01 | 0 | 0.38 | 181.09 | 0.22 | 0.51 |
| Hex | 66 | 9C | 9D | 23 | 1 | 0 | 26 | B5 | 16 | 33 |
| Octal | 146 | 234 | 235 | 43 | 1 | 0 | 46 | 265 | 26 | 63 |
| Binary | 1100110 | 10011100 | 10011101 | 100011 | 1 | 0 | 100110 | 10110101 | 10110 | 110011 |
Color Harmonies of #669C9D
Complementary color
Monochromatic Colors of #669C9D
Black with #669C9D
Text Example
Text Example
White with #669C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C9D; }
p { color: rgb(102,156,157); }
H1.HeaderClassName
{
color: #669C9D;
}
.AnyTagClassName
{
color: #669C9D;
}
</style>
background-color css
<style>
a { background-color: #669C9D; }
a { background-color: rgb(102,156,157); }
div.DivClassName
{
background-color: #669C9D;
}
.BgClassName
{
background-color: #669C9D;
}
</style>
border-color css
<style>
span { border-color: #669C9D; }
span { border-color: rgb(102,156,157); }
td.TdClassName
{
border-color: #669C9D;
}
.TagClassName
{
border-color: #669C9D;
}
</style>