Shades of Cadet Blue #67999F
Tints of Cadet Blue #67999F
RGB
CMYK
RGB Variations
Color information
#67999F (or 0x67999F) is known color: Cadet Blue. HEX triplet: 67, 99 and 9F. RGB value is (103,153,159). Sum of RGB (Red+Green+Blue) = 103+153+159=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #67999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67999F is #986660. Grayscale: #8A8A8A. Windows color (decimal): -9987681 or 10459495. OLE color: 10459495.
HSL color Cylindrical-coordinate representation of color #67999F: hue angle of 186.43º degrees, saturation: 0.23, 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 #67999F is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 153 | 159 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.38 |
| HSL | 186.43º | 0.23% | 0.51% | - |
| HSV(B) | 186.43º | 0.35% | 0.62% | - |
| XYZ | 23.24 | 28.17 | 37.01 | - |
| YUV | 138.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 159 | 0.35 | 0.04 | 0 | 0.38 | 186.43 | 0.23 | 0.51 |
| Hex | 67 | 99 | 9F | 23 | 4 | 0 | 26 | BA | 17 | 33 |
| Octal | 147 | 231 | 237 | 43 | 4 | 0 | 46 | 272 | 27 | 63 |
| Binary | 1100111 | 10011001 | 10011111 | 100011 | 100 | 0 | 100110 | 10111010 | 10111 | 110011 |
Color Harmonies of #67999F
Complementary color
Monochromatic Colors of #67999F
Black with #67999F
Text Example
Text Example
White with #67999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67999F; }
p { color: rgb(103,153,159); }
H1.HeaderClassName
{
color: #67999F;
}
.AnyTagClassName
{
color: #67999F;
}
</style>
background-color css
<style>
a { background-color: #67999F; }
a { background-color: rgb(103,153,159); }
div.DivClassName
{
background-color: #67999F;
}
.BgClassName
{
background-color: #67999F;
}
</style>
border-color css
<style>
span { border-color: #67999F; }
span { border-color: rgb(103,153,159); }
td.TdClassName
{
border-color: #67999F;
}
.TagClassName
{
border-color: #67999F;
}
</style>