Shades of Cadet Blue #6F989A
Tints of Cadet Blue #6F989A
RGB
CMYK
RGB Variations
Color information
#6F989A (or 0x6F989A) is known color: Cadet Blue. HEX triplet: 6F, 98 and 9A. RGB value is (111,152,154). Sum of RGB (Red+Green+Blue) = 111+152+154=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F989A is #906765. Grayscale: #8B8B8B. Windows color (decimal): -9463654 or 10131567. OLE color: 10131567.
HSL color Cylindrical-coordinate representation of color #6F989A: hue angle of 182.79º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F989A is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 152 | 154 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.40 |
| HSL | 182.79º | 0.18% | 0.52% | - |
| HSV(B) | 182.79º | 0.28% | 0.6% | - |
| XYZ | 23.62 | 28.17 | 34.76 | - |
| YUV | 139.97 | 135.92 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 154 | 0.28 | 0.01 | 0 | 0.40 | 182.79 | 0.18 | 0.52 |
| Hex | 6F | 98 | 9A | 1C | 1 | 0 | 28 | B7 | 12 | 34 |
| Octal | 157 | 230 | 232 | 34 | 1 | 0 | 50 | 267 | 22 | 64 |
| Binary | 1101111 | 10011000 | 10011010 | 11100 | 1 | 0 | 101000 | 10110111 | 10010 | 110100 |
Color Harmonies of #6F989A
Complementary color
Monochromatic Colors of #6F989A
Black with #6F989A
Text Example
Text Example
White with #6F989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F989A; }
p { color: rgb(111,152,154); }
H1.HeaderClassName
{
color: #6F989A;
}
.AnyTagClassName
{
color: #6F989A;
}
</style>
background-color css
<style>
a { background-color: #6F989A; }
a { background-color: rgb(111,152,154); }
div.DivClassName
{
background-color: #6F989A;
}
.BgClassName
{
background-color: #6F989A;
}
</style>
border-color css
<style>
span { border-color: #6F989A; }
span { border-color: rgb(111,152,154); }
td.TdClassName
{
border-color: #6F989A;
}
.TagClassName
{
border-color: #6F989A;
}
</style>