Shades of Cadet Blue #6899A4
Tints of Cadet Blue #6899A4
RGB
CMYK
RGB Variations
Color information
#6899A4 (or 0x6899A4) is known color: Cadet Blue. HEX triplet: 68, 99 and A4. RGB value is (104,153,164). Sum of RGB (Red+Green+Blue) = 104+153+164=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 164 - color contains mainly: blue. Hex color #6899A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6899A4 is #97665B. Grayscale: #8B8B8B. Windows color (decimal): -9922140 or 10787176. OLE color: 10787176.
HSL color Cylindrical-coordinate representation of color #6899A4: hue angle of 191º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6899A4 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 153 | 164 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.36 |
| HSL | 191º | 0.25% | 0.53% | - |
| HSV(B) | 191º | 0.37% | 0.64% | - |
| XYZ | 23.8 | 28.41 | 39.35 | - |
| YUV | 139.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 164 | 0.37 | 0.07 | 0 | 0.36 | 191 | 0.25 | 0.53 |
| Hex | 68 | 99 | A4 | 25 | 7 | 0 | 24 | BF | 19 | 35 |
| Octal | 150 | 231 | 244 | 45 | 7 | 0 | 44 | 277 | 31 | 65 |
| Binary | 1101000 | 10011001 | 10100100 | 100101 | 111 | 0 | 100100 | 10111111 | 11001 | 110101 |
Color Harmonies of #6899A4
Complementary color
Monochromatic Colors of #6899A4
Black with #6899A4
Text Example
Text Example
White with #6899A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899A4; }
p { color: rgb(104,153,164); }
H1.HeaderClassName
{
color: #6899A4;
}
.AnyTagClassName
{
color: #6899A4;
}
</style>
background-color css
<style>
a { background-color: #6899A4; }
a { background-color: rgb(104,153,164); }
div.DivClassName
{
background-color: #6899A4;
}
.BgClassName
{
background-color: #6899A4;
}
</style>
border-color css
<style>
span { border-color: #6899A4; }
span { border-color: rgb(104,153,164); }
td.TdClassName
{
border-color: #6899A4;
}
.TagClassName
{
border-color: #6899A4;
}
</style>