Shades of Cadet Blue #669DA5
Tints of Cadet Blue #669DA5
RGB
CMYK
RGB Variations
Color information
#669DA5 (or 0x669DA5) is known color: Cadet Blue. HEX triplet: 66, 9D and A5. RGB value is (102,157,165). Sum of RGB (Red+Green+Blue) = 102+157+165=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 165 - color contains mainly: blue. Hex color #669DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669DA5 is #99625A. Grayscale: #8D8D8D. Windows color (decimal): -10052187 or 10853734. OLE color: 10853734.
HSL color Cylindrical-coordinate representation of color #669DA5: hue angle of 187.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #669DA5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 157 | 165 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.35 |
| HSL | 187.62º | 0.26% | 0.52% | - |
| HSV(B) | 187.62º | 0.38% | 0.65% | - |
| XYZ | 24.33 | 29.66 | 40.04 | - |
| YUV | 141.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 165 | 0.38 | 0.05 | 0 | 0.35 | 187.62 | 0.26 | 0.52 |
| Hex | 66 | 9D | A5 | 26 | 5 | 0 | 23 | BC | 1A | 34 |
| Octal | 146 | 235 | 245 | 46 | 5 | 0 | 43 | 274 | 32 | 64 |
| Binary | 1100110 | 10011101 | 10100101 | 100110 | 101 | 0 | 100011 | 10111100 | 11010 | 110100 |
Color Harmonies of #669DA5
Complementary color
Monochromatic Colors of #669DA5
Black with #669DA5
Text Example
Text Example
White with #669DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DA5; }
p { color: rgb(102,157,165); }
H1.HeaderClassName
{
color: #669DA5;
}
.AnyTagClassName
{
color: #669DA5;
}
</style>
background-color css
<style>
a { background-color: #669DA5; }
a { background-color: rgb(102,157,165); }
div.DivClassName
{
background-color: #669DA5;
}
.BgClassName
{
background-color: #669DA5;
}
</style>
border-color css
<style>
span { border-color: #669DA5; }
span { border-color: rgb(102,157,165); }
td.TdClassName
{
border-color: #669DA5;
}
.TagClassName
{
border-color: #669DA5;
}
</style>