Shades of Cadet Blue #6B969D
Tints of Cadet Blue #6B969D
RGB
CMYK
RGB Variations
Color information
#6B969D (or 0x6B969D) is known color: Cadet Blue. HEX triplet: 6B, 96 and 9D. RGB value is (107,150,157). Sum of RGB (Red+Green+Blue) = 107+150+157=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B969D is #946962. Grayscale: #898989. Windows color (decimal): -9726307 or 10327659. OLE color: 10327659.
HSL color Cylindrical-coordinate representation of color #6B969D: hue angle of 188.4º 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 #6B969D is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 150 | 157 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.38 |
| HSL | 188.4º | 0.2% | 0.52% | - |
| HSV(B) | 188.4º | 0.32% | 0.62% | - |
| XYZ | 23.06 | 27.37 | 35.97 | - |
| YUV | 137.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 157 | 0.32 | 0.04 | 0 | 0.38 | 188.4 | 0.2 | 0.52 |
| Hex | 6B | 96 | 9D | 20 | 4 | 0 | 26 | BC | 14 | 34 |
| Octal | 153 | 226 | 235 | 40 | 4 | 0 | 46 | 274 | 24 | 64 |
| Binary | 1101011 | 10010110 | 10011101 | 100000 | 100 | 0 | 100110 | 10111100 | 10100 | 110100 |
Color Harmonies of #6B969D
Complementary color
Monochromatic Colors of #6B969D
Black with #6B969D
Text Example
Text Example
White with #6B969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B969D; }
p { color: rgb(107,150,157); }
H1.HeaderClassName
{
color: #6B969D;
}
.AnyTagClassName
{
color: #6B969D;
}
</style>
background-color css
<style>
a { background-color: #6B969D; }
a { background-color: rgb(107,150,157); }
div.DivClassName
{
background-color: #6B969D;
}
.BgClassName
{
background-color: #6B969D;
}
</style>
border-color css
<style>
span { border-color: #6B969D; }
span { border-color: rgb(107,150,157); }
td.TdClassName
{
border-color: #6B969D;
}
.TagClassName
{
border-color: #6B969D;
}
</style>