Shades of Cadet Blue #68999B
Tints of Cadet Blue #68999B
RGB
CMYK
RGB Variations
Color information
#68999B (or 0x68999B) is known color: Cadet Blue. HEX triplet: 68, 99 and 9B. RGB value is (104,153,155). Sum of RGB (Red+Green+Blue) = 104+153+155=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #68999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68999B is #976664. Grayscale: #8A8A8A. Windows color (decimal): -9922149 or 10197352. OLE color: 10197352.
HSL color Cylindrical-coordinate representation of color #68999B: hue angle of 182.35º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68999B is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 153 | 155 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.39 |
| HSL | 182.35º | 0.2% | 0.51% | - |
| HSV(B) | 182.35º | 0.33% | 0.61% | - |
| XYZ | 23.02 | 28.09 | 35.22 | - |
| YUV | 138.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 155 | 0.33 | 0.01 | 0 | 0.39 | 182.35 | 0.2 | 0.51 |
| Hex | 68 | 99 | 9B | 21 | 1 | 0 | 27 | B6 | 14 | 33 |
| Octal | 150 | 231 | 233 | 41 | 1 | 0 | 47 | 266 | 24 | 63 |
| Binary | 1101000 | 10011001 | 10011011 | 100001 | 1 | 0 | 100111 | 10110110 | 10100 | 110011 |
Color Harmonies of #68999B
Complementary color
Monochromatic Colors of #68999B
Black with #68999B
Text Example
Text Example
White with #68999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68999B; }
p { color: rgb(104,153,155); }
H1.HeaderClassName
{
color: #68999B;
}
.AnyTagClassName
{
color: #68999B;
}
</style>
background-color css
<style>
a { background-color: #68999B; }
a { background-color: rgb(104,153,155); }
div.DivClassName
{
background-color: #68999B;
}
.BgClassName
{
background-color: #68999B;
}
</style>
border-color css
<style>
span { border-color: #68999B; }
span { border-color: rgb(104,153,155); }
td.TdClassName
{
border-color: #68999B;
}
.TagClassName
{
border-color: #68999B;
}
</style>