Shades of Cadet Blue #6B999C
Tints of Cadet Blue #6B999C
RGB
CMYK
RGB Variations
Color information
#6B999C (or 0x6B999C) is known color: Cadet Blue. HEX triplet: 6B, 99 and 9C. RGB value is (107,153,156). Sum of RGB (Red+Green+Blue) = 107+153+156=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B999C is #946663. Grayscale: #8B8B8B. Windows color (decimal): -9725540 or 10262891. OLE color: 10262891.
HSL color Cylindrical-coordinate representation of color #6B999C: hue angle of 183.67º 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 #6B999C is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 153 | 156 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.39 |
| HSL | 183.67º | 0.2% | 0.52% | - |
| HSV(B) | 183.67º | 0.31% | 0.61% | - |
| XYZ | 23.46 | 28.31 | 35.68 | - |
| YUV | 139.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 156 | 0.31 | 0.02 | 0 | 0.39 | 183.67 | 0.2 | 0.52 |
| Hex | 6B | 99 | 9C | 1F | 2 | 0 | 27 | B8 | 14 | 34 |
| Octal | 153 | 231 | 234 | 37 | 2 | 0 | 47 | 270 | 24 | 64 |
| Binary | 1101011 | 10011001 | 10011100 | 11111 | 10 | 0 | 100111 | 10111000 | 10100 | 110100 |
Color Harmonies of #6B999C
Complementary color
Monochromatic Colors of #6B999C
Black with #6B999C
Text Example
Text Example
White with #6B999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B999C; }
p { color: rgb(107,153,156); }
H1.HeaderClassName
{
color: #6B999C;
}
.AnyTagClassName
{
color: #6B999C;
}
</style>
background-color css
<style>
a { background-color: #6B999C; }
a { background-color: rgb(107,153,156); }
div.DivClassName
{
background-color: #6B999C;
}
.BgClassName
{
background-color: #6B999C;
}
</style>
border-color css
<style>
span { border-color: #6B999C; }
span { border-color: rgb(107,153,156); }
td.TdClassName
{
border-color: #6B999C;
}
.TagClassName
{
border-color: #6B999C;
}
</style>