Shades of Cadet Blue #6C959A
Tints of Cadet Blue #6C959A
RGB
CMYK
RGB Variations
Color information
#6C959A (or 0x6C959A) is known color: Cadet Blue. HEX triplet: 6C, 95 and 9A. RGB value is (108,149,154). Sum of RGB (Red+Green+Blue) = 108+149+154=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C959A is #936A65. Grayscale: #898989. Windows color (decimal): -9661030 or 10130796. OLE color: 10130796.
HSL color Cylindrical-coordinate representation of color #6C959A: hue angle of 186.52º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C959A is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 149 | 154 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.40 |
| HSL | 186.52º | 0.19% | 0.51% | - |
| HSV(B) | 186.52º | 0.3% | 0.6% | - |
| XYZ | 22.76 | 27.02 | 34.59 | - |
| YUV | 137.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 149 | 154 | 0.30 | 0.03 | 0 | 0.40 | 186.52 | 0.19 | 0.51 |
| Hex | 6C | 95 | 9A | 1E | 3 | 0 | 28 | BB | 13 | 33 |
| Octal | 154 | 225 | 232 | 36 | 3 | 0 | 50 | 273 | 23 | 63 |
| Binary | 1101100 | 10010101 | 10011010 | 11110 | 11 | 0 | 101000 | 10111011 | 10011 | 110011 |
Color Harmonies of #6C959A
Complementary color
Monochromatic Colors of #6C959A
Black with #6C959A
Text Example
Text Example
White with #6C959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C959A; }
p { color: rgb(108,149,154); }
H1.HeaderClassName
{
color: #6C959A;
}
.AnyTagClassName
{
color: #6C959A;
}
</style>
background-color css
<style>
a { background-color: #6C959A; }
a { background-color: rgb(108,149,154); }
div.DivClassName
{
background-color: #6C959A;
}
.BgClassName
{
background-color: #6C959A;
}
</style>
border-color css
<style>
span { border-color: #6C959A; }
span { border-color: rgb(108,149,154); }
td.TdClassName
{
border-color: #6C959A;
}
.TagClassName
{
border-color: #6C959A;
}
</style>