Shades of Cadet Blue #6898A5
Tints of Cadet Blue #6898A5
RGB
CMYK
RGB Variations
Color information
#6898A5 (or 0x6898A5) is known color: Cadet Blue. HEX triplet: 68, 98 and A5. RGB value is (104,152,165). Sum of RGB (Red+Green+Blue) = 104+152+165=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 165 - color contains mainly: blue. Hex color #6898A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6898A5 is #97675A. Grayscale: #8B8B8B. Windows color (decimal): -9922395 or 10852456. OLE color: 10852456.
HSL color Cylindrical-coordinate representation of color #6898A5: hue angle of 192.79º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6898A5 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 152 | 165 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.35 |
| HSL | 192.79º | 0.25% | 0.53% | - |
| HSV(B) | 192.79º | 0.37% | 0.65% | - |
| XYZ | 23.73 | 28.12 | 39.77 | - |
| YUV | 139.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 165 | 0.37 | 0.08 | 0 | 0.35 | 192.79 | 0.25 | 0.53 |
| Hex | 68 | 98 | A5 | 25 | 8 | 0 | 23 | C1 | 19 | 35 |
| Octal | 150 | 230 | 245 | 45 | 10 | 0 | 43 | 301 | 31 | 65 |
| Binary | 1101000 | 10011000 | 10100101 | 100101 | 1000 | 0 | 100011 | 11000001 | 11001 | 110101 |
Color Harmonies of #6898A5
Complementary color
Monochromatic Colors of #6898A5
Black with #6898A5
Text Example
Text Example
White with #6898A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6898A5; }
p { color: rgb(104,152,165); }
H1.HeaderClassName
{
color: #6898A5;
}
.AnyTagClassName
{
color: #6898A5;
}
</style>
background-color css
<style>
a { background-color: #6898A5; }
a { background-color: rgb(104,152,165); }
div.DivClassName
{
background-color: #6898A5;
}
.BgClassName
{
background-color: #6898A5;
}
</style>
border-color css
<style>
span { border-color: #6898A5; }
span { border-color: rgb(104,152,165); }
td.TdClassName
{
border-color: #6898A5;
}
.TagClassName
{
border-color: #6898A5;
}
</style>