Shades of Cadet Blue #669B9E
Tints of Cadet Blue #669B9E
RGB
CMYK
RGB Variations
Color information
#669B9E (or 0x669B9E) is known color: Cadet Blue. HEX triplet: 66, 9B and 9E. RGB value is (102,155,158). Sum of RGB (Red+Green+Blue) = 102+155+158=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #669B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B9E is #996461. Grayscale: #8B8B8B. Windows color (decimal): -10052706 or 10394470. OLE color: 10394470.
HSL color Cylindrical-coordinate representation of color #669B9E: hue angle of 183.21º 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 #669B9E is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 155 | 158 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.38 |
| HSL | 183.21º | 0.22% | 0.51% | - |
| HSV(B) | 183.21º | 0.35% | 0.62% | - |
| XYZ | 23.37 | 28.74 | 36.66 | - |
| YUV | 139.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 158 | 0.35 | 0.02 | 0 | 0.38 | 183.21 | 0.22 | 0.51 |
| Hex | 66 | 9B | 9E | 23 | 2 | 0 | 26 | B7 | 16 | 33 |
| Octal | 146 | 233 | 236 | 43 | 2 | 0 | 46 | 267 | 26 | 63 |
| Binary | 1100110 | 10011011 | 10011110 | 100011 | 10 | 0 | 100110 | 10110111 | 10110 | 110011 |
Color Harmonies of #669B9E
Complementary color
Monochromatic Colors of #669B9E
Black with #669B9E
Text Example
Text Example
White with #669B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B9E; }
p { color: rgb(102,155,158); }
H1.HeaderClassName
{
color: #669B9E;
}
.AnyTagClassName
{
color: #669B9E;
}
</style>
background-color css
<style>
a { background-color: #669B9E; }
a { background-color: rgb(102,155,158); }
div.DivClassName
{
background-color: #669B9E;
}
.BgClassName
{
background-color: #669B9E;
}
</style>
border-color css
<style>
span { border-color: #669B9E; }
span { border-color: rgb(102,155,158); }
td.TdClassName
{
border-color: #669B9E;
}
.TagClassName
{
border-color: #669B9E;
}
</style>