Shades of Cadet Blue #6C969C
Tints of Cadet Blue #6C969C
RGB
CMYK
RGB Variations
Color information
#6C969C (or 0x6C969C) is known color: Cadet Blue. HEX triplet: 6C, 96 and 9C. RGB value is (108,150,156). Sum of RGB (Red+Green+Blue) = 108+150+156=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C969C is #936963. Grayscale: #8A8A8A. Windows color (decimal): -9660772 or 10262124. OLE color: 10262124.
HSL color Cylindrical-coordinate representation of color #6C969C: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C969C is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 150 | 156 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.39 |
| HSL | 187.5º | 0.2% | 0.52% | - |
| HSV(B) | 187.5º | 0.31% | 0.61% | - |
| XYZ | 23.09 | 27.4 | 35.52 | - |
| YUV | 138.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 150 | 156 | 0.31 | 0.04 | 0 | 0.39 | 187.5 | 0.2 | 0.52 |
| Hex | 6C | 96 | 9C | 1F | 4 | 0 | 27 | BC | 14 | 34 |
| Octal | 154 | 226 | 234 | 37 | 4 | 0 | 47 | 274 | 24 | 64 |
| Binary | 1101100 | 10010110 | 10011100 | 11111 | 100 | 0 | 100111 | 10111100 | 10100 | 110100 |
Color Harmonies of #6C969C
Complementary color
Monochromatic Colors of #6C969C
Black with #6C969C
Text Example
Text Example
White with #6C969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C969C; }
p { color: rgb(108,150,156); }
H1.HeaderClassName
{
color: #6C969C;
}
.AnyTagClassName
{
color: #6C969C;
}
</style>
background-color css
<style>
a { background-color: #6C969C; }
a { background-color: rgb(108,150,156); }
div.DivClassName
{
background-color: #6C969C;
}
.BgClassName
{
background-color: #6C969C;
}
</style>
border-color css
<style>
span { border-color: #6C969C; }
span { border-color: rgb(108,150,156); }
td.TdClassName
{
border-color: #6C969C;
}
.TagClassName
{
border-color: #6C969C;
}
</style>