Shades of Cadet Blue #6B969B
Tints of Cadet Blue #6B969B
RGB
CMYK
RGB Variations
Color information
#6B969B (or 0x6B969B) is known color: Cadet Blue. HEX triplet: 6B, 96 and 9B. RGB value is (107,150,155). Sum of RGB (Red+Green+Blue) = 107+150+155=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B969B is #946964. Grayscale: #898989. Windows color (decimal): -9726309 or 10196587. OLE color: 10196587.
HSL color Cylindrical-coordinate representation of color #6B969B: hue angle of 186.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B969B is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 150 | 155 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.39 |
| HSL | 186.25º | 0.19% | 0.51% | - |
| HSV(B) | 186.25º | 0.31% | 0.61% | - |
| XYZ | 22.89 | 27.31 | 35.07 | - |
| YUV | 137.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 155 | 0.31 | 0.03 | 0 | 0.39 | 186.25 | 0.19 | 0.51 |
| Hex | 6B | 96 | 9B | 1F | 3 | 0 | 27 | BA | 13 | 33 |
| Octal | 153 | 226 | 233 | 37 | 3 | 0 | 47 | 272 | 23 | 63 |
| Binary | 1101011 | 10010110 | 10011011 | 11111 | 11 | 0 | 100111 | 10111010 | 10011 | 110011 |
Color Harmonies of #6B969B
Complementary color
Monochromatic Colors of #6B969B
Black with #6B969B
Text Example
Text Example
White with #6B969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B969B; }
p { color: rgb(107,150,155); }
H1.HeaderClassName
{
color: #6B969B;
}
.AnyTagClassName
{
color: #6B969B;
}
</style>
background-color css
<style>
a { background-color: #6B969B; }
a { background-color: rgb(107,150,155); }
div.DivClassName
{
background-color: #6B969B;
}
.BgClassName
{
background-color: #6B969B;
}
</style>
border-color css
<style>
span { border-color: #6B969B; }
span { border-color: rgb(107,150,155); }
td.TdClassName
{
border-color: #6B969B;
}
.TagClassName
{
border-color: #6B969B;
}
</style>