Shades of Cadet Blue #6B959D
Tints of Cadet Blue #6B959D
RGB
CMYK
RGB Variations
Color information
#6B959D (or 0x6B959D) is known color: Cadet Blue. HEX triplet: 6B, 95 and 9D. RGB value is (107,149,157). Sum of RGB (Red+Green+Blue) = 107+149+157=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B959D is #946A62. Grayscale: #898989. Windows color (decimal): -9726563 or 10327403. OLE color: 10327403.
HSL color Cylindrical-coordinate representation of color #6B959D: hue angle of 189.6º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B959D is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 149 | 157 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.38 |
| HSL | 189.6º | 0.2% | 0.52% | - |
| HSV(B) | 189.6º | 0.32% | 0.62% | - |
| XYZ | 22.9 | 27.06 | 35.91 | - |
| YUV | 137.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 157 | 0.32 | 0.05 | 0 | 0.38 | 189.6 | 0.2 | 0.52 |
| Hex | 6B | 95 | 9D | 20 | 5 | 0 | 26 | BE | 14 | 34 |
| Octal | 153 | 225 | 235 | 40 | 5 | 0 | 46 | 276 | 24 | 64 |
| Binary | 1101011 | 10010101 | 10011101 | 100000 | 101 | 0 | 100110 | 10111110 | 10100 | 110100 |
Color Harmonies of #6B959D
Complementary color
Monochromatic Colors of #6B959D
Black with #6B959D
Text Example
Text Example
White with #6B959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B959D; }
p { color: rgb(107,149,157); }
H1.HeaderClassName
{
color: #6B959D;
}
.AnyTagClassName
{
color: #6B959D;
}
</style>
background-color css
<style>
a { background-color: #6B959D; }
a { background-color: rgb(107,149,157); }
div.DivClassName
{
background-color: #6B959D;
}
.BgClassName
{
background-color: #6B959D;
}
</style>
border-color css
<style>
span { border-color: #6B959D; }
span { border-color: rgb(107,149,157); }
td.TdClassName
{
border-color: #6B959D;
}
.TagClassName
{
border-color: #6B959D;
}
</style>