Shades of Cadet Blue #6F979A
Tints of Cadet Blue #6F979A
RGB
CMYK
RGB Variations
Color information
#6F979A (or 0x6F979A) is known color: Cadet Blue. HEX triplet: 6F, 97 and 9A. RGB value is (111,151,154). Sum of RGB (Red+Green+Blue) = 111+151+154=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F979A is #906865. Grayscale: #8B8B8B. Windows color (decimal): -9463910 or 10131311. OLE color: 10131311.
HSL color Cylindrical-coordinate representation of color #6F979A: hue angle of 184.19º 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 #6F979A is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 151 | 154 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.40 |
| HSL | 184.19º | 0.18% | 0.52% | - |
| HSV(B) | 184.19º | 0.28% | 0.6% | - |
| XYZ | 23.45 | 27.85 | 34.71 | - |
| YUV | 139.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 151 | 154 | 0.28 | 0.02 | 0 | 0.40 | 184.19 | 0.18 | 0.52 |
| Hex | 6F | 97 | 9A | 1C | 2 | 0 | 28 | B8 | 12 | 34 |
| Octal | 157 | 227 | 232 | 34 | 2 | 0 | 50 | 270 | 22 | 64 |
| Binary | 1101111 | 10010111 | 10011010 | 11100 | 10 | 0 | 101000 | 10111000 | 10010 | 110100 |
Color Harmonies of #6F979A
Complementary color
Monochromatic Colors of #6F979A
Black with #6F979A
Text Example
Text Example
White with #6F979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F979A; }
p { color: rgb(111,151,154); }
H1.HeaderClassName
{
color: #6F979A;
}
.AnyTagClassName
{
color: #6F979A;
}
</style>
background-color css
<style>
a { background-color: #6F979A; }
a { background-color: rgb(111,151,154); }
div.DivClassName
{
background-color: #6F979A;
}
.BgClassName
{
background-color: #6F979A;
}
</style>
border-color css
<style>
span { border-color: #6F979A; }
span { border-color: rgb(111,151,154); }
td.TdClassName
{
border-color: #6F979A;
}
.TagClassName
{
border-color: #6F979A;
}
</style>