Shades of Cadet Blue #6D9FA2
Tints of Cadet Blue #6D9FA2
RGB
CMYK
RGB Variations
Color information
#6D9FA2 (or 0x6D9FA2) is known color: Cadet Blue. HEX triplet: 6D, 9F and A2. RGB value is (109,159,162). Sum of RGB (Red+Green+Blue) = 109+159+162=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 162 - color contains mainly: blue. Hex color #6D9FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9FA2 is #92605D. Grayscale: #909090. Windows color (decimal): -9592926 or 10657645. OLE color: 10657645.
HSL color Cylindrical-coordinate representation of color #6D9FA2: hue angle of 183.4º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D9FA2 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 159 | 162 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.36 |
| HSL | 183.4º | 0.22% | 0.53% | - |
| HSV(B) | 183.4º | 0.33% | 0.64% | - |
| XYZ | 25.23 | 30.66 | 38.77 | - |
| YUV | 144.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 159 | 162 | 0.33 | 0.02 | 0 | 0.36 | 183.4 | 0.22 | 0.53 |
| Hex | 6D | 9F | A2 | 21 | 2 | 0 | 24 | B7 | 16 | 35 |
| Octal | 155 | 237 | 242 | 41 | 2 | 0 | 44 | 267 | 26 | 65 |
| Binary | 1101101 | 10011111 | 10100010 | 100001 | 10 | 0 | 100100 | 10110111 | 10110 | 110101 |
Color Harmonies of #6D9FA2
Complementary color
Monochromatic Colors of #6D9FA2
Black with #6D9FA2
Text Example
Text Example
White with #6D9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9FA2; }
p { color: rgb(109,159,162); }
H1.HeaderClassName
{
color: #6D9FA2;
}
.AnyTagClassName
{
color: #6D9FA2;
}
</style>
background-color css
<style>
a { background-color: #6D9FA2; }
a { background-color: rgb(109,159,162); }
div.DivClassName
{
background-color: #6D9FA2;
}
.BgClassName
{
background-color: #6D9FA2;
}
</style>
border-color css
<style>
span { border-color: #6D9FA2; }
span { border-color: rgb(109,159,162); }
td.TdClassName
{
border-color: #6D9FA2;
}
.TagClassName
{
border-color: #6D9FA2;
}
</style>