Shades of Cadet Blue #669FA4
Tints of Cadet Blue #669FA4
RGB
CMYK
RGB Variations
Color information
#669FA4 (or 0x669FA4) is known color: Cadet Blue. HEX triplet: 66, 9F and A4. RGB value is (102,159,164). Sum of RGB (Red+Green+Blue) = 102+159+164=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #669FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669FA4 is #99605B. Grayscale: #8E8E8E. Windows color (decimal): -10051676 or 10788710. OLE color: 10788710.
HSL color Cylindrical-coordinate representation of color #669FA4: hue angle of 184.84º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #669FA4 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 159 | 164 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.36 |
| HSL | 184.84º | 0.25% | 0.52% | - |
| HSV(B) | 184.84º | 0.38% | 0.64% | - |
| XYZ | 24.58 | 30.3 | 39.68 | - |
| YUV | 142.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 164 | 0.38 | 0.03 | 0 | 0.36 | 184.84 | 0.25 | 0.52 |
| Hex | 66 | 9F | A4 | 26 | 3 | 0 | 24 | B9 | 19 | 34 |
| Octal | 146 | 237 | 244 | 46 | 3 | 0 | 44 | 271 | 31 | 64 |
| Binary | 1100110 | 10011111 | 10100100 | 100110 | 11 | 0 | 100100 | 10111001 | 11001 | 110100 |
Color Harmonies of #669FA4
Complementary color
Monochromatic Colors of #669FA4
Black with #669FA4
Text Example
Text Example
White with #669FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FA4; }
p { color: rgb(102,159,164); }
H1.HeaderClassName
{
color: #669FA4;
}
.AnyTagClassName
{
color: #669FA4;
}
</style>
background-color css
<style>
a { background-color: #669FA4; }
a { background-color: rgb(102,159,164); }
div.DivClassName
{
background-color: #669FA4;
}
.BgClassName
{
background-color: #669FA4;
}
</style>
border-color css
<style>
span { border-color: #669FA4; }
span { border-color: rgb(102,159,164); }
td.TdClassName
{
border-color: #669FA4;
}
.TagClassName
{
border-color: #669FA4;
}
</style>