Shades of Cadet Blue #669E98
Tints of Cadet Blue #669E98
RGB
CMYK
RGB Variations
Color information
#669E98 (or 0x669E98) is known color: Cadet Blue. HEX triplet: 66, 9E and 98. RGB value is (102,158,152). Sum of RGB (Red+Green+Blue) = 102+158+152=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #669E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E98 is #996167. Grayscale: #8C8C8C. Windows color (decimal): -10051944 or 10002022. OLE color: 10002022.
HSL color Cylindrical-coordinate representation of color #669E98: hue angle of 173.57º 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 #669E98 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 152 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.38 |
| HSL | 173.57º | 0.22% | 0.51% | - |
| HSV(B) | 173.57º | 0.35% | 0.62% | - |
| XYZ | 23.37 | 29.55 | 34.18 | - |
| YUV | 140.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 152 | 0.35 | 0 | 0.04 | 0.38 | 173.57 | 0.22 | 0.51 |
| Hex | 66 | 9E | 98 | 23 | 0 | 4 | 26 | AE | 16 | 33 |
| Octal | 146 | 236 | 230 | 43 | 0 | 4 | 46 | 256 | 26 | 63 |
| Binary | 1100110 | 10011110 | 10011000 | 100011 | 0 | 100 | 100110 | 10101110 | 10110 | 110011 |
Color Harmonies of #669E98
Complementary color
Monochromatic Colors of #669E98
Black with #669E98
Text Example
Text Example
White with #669E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E98; }
p { color: rgb(102,158,152); }
H1.HeaderClassName
{
color: #669E98;
}
.AnyTagClassName
{
color: #669E98;
}
</style>
background-color css
<style>
a { background-color: #669E98; }
a { background-color: rgb(102,158,152); }
div.DivClassName
{
background-color: #669E98;
}
.BgClassName
{
background-color: #669E98;
}
</style>
border-color css
<style>
span { border-color: #669E98; }
span { border-color: rgb(102,158,152); }
td.TdClassName
{
border-color: #669E98;
}
.TagClassName
{
border-color: #669E98;
}
</style>