Shades of Cadet Blue #6B999D
Tints of Cadet Blue #6B999D
RGB
CMYK
RGB Variations
Color information
#6B999D (or 0x6B999D) is known color: Cadet Blue. HEX triplet: 6B, 99 and 9D. RGB value is (107,153,157). Sum of RGB (Red+Green+Blue) = 107+153+157=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B999D is #946662. Grayscale: #8B8B8B. Windows color (decimal): -9725539 or 10328427. OLE color: 10328427.
HSL color Cylindrical-coordinate representation of color #6B999D: hue angle of 184.8º 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 #6B999D is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 153 | 157 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.38 |
| HSL | 184.8º | 0.2% | 0.52% | - |
| HSV(B) | 184.8º | 0.32% | 0.62% | - |
| XYZ | 23.54 | 28.34 | 36.13 | - |
| YUV | 139.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 157 | 0.32 | 0.03 | 0 | 0.38 | 184.8 | 0.2 | 0.52 |
| Hex | 6B | 99 | 9D | 20 | 3 | 0 | 26 | B9 | 14 | 34 |
| Octal | 153 | 231 | 235 | 40 | 3 | 0 | 46 | 271 | 24 | 64 |
| Binary | 1101011 | 10011001 | 10011101 | 100000 | 11 | 0 | 100110 | 10111001 | 10100 | 110100 |
Color Harmonies of #6B999D
Complementary color
Monochromatic Colors of #6B999D
Black with #6B999D
Text Example
Text Example
White with #6B999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B999D; }
p { color: rgb(107,153,157); }
H1.HeaderClassName
{
color: #6B999D;
}
.AnyTagClassName
{
color: #6B999D;
}
</style>
background-color css
<style>
a { background-color: #6B999D; }
a { background-color: rgb(107,153,157); }
div.DivClassName
{
background-color: #6B999D;
}
.BgClassName
{
background-color: #6B999D;
}
</style>
border-color css
<style>
span { border-color: #6B999D; }
span { border-color: rgb(107,153,157); }
td.TdClassName
{
border-color: #6B999D;
}
.TagClassName
{
border-color: #6B999D;
}
</style>