Shades of Cadet Blue #6D9AA4
Tints of Cadet Blue #6D9AA4
RGB
CMYK
RGB Variations
Color information
#6D9AA4 (or 0x6D9AA4) is known color: Cadet Blue. HEX triplet: 6D, 9A and A4. RGB value is (109,154,164). Sum of RGB (Red+Green+Blue) = 109+154+164=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D9AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9AA4 is #92655B. Grayscale: #8D8D8D. Windows color (decimal): -9594204 or 10787437. OLE color: 10787437.
HSL color Cylindrical-coordinate representation of color #6D9AA4: hue angle of 190.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D9AA4 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 154 | 164 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.36 |
| HSL | 190.91º | 0.23% | 0.54% | - |
| HSV(B) | 190.91º | 0.34% | 0.64% | - |
| XYZ | 24.56 | 29.04 | 39.43 | - |
| YUV | 141.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 164 | 0.34 | 0.06 | 0 | 0.36 | 190.91 | 0.23 | 0.54 |
| Hex | 6D | 9A | A4 | 22 | 6 | 0 | 24 | BF | 17 | 36 |
| Octal | 155 | 232 | 244 | 42 | 6 | 0 | 44 | 277 | 27 | 66 |
| Binary | 1101101 | 10011010 | 10100100 | 100010 | 110 | 0 | 100100 | 10111111 | 10111 | 110110 |
Color Harmonies of #6D9AA4
Complementary color
Monochromatic Colors of #6D9AA4
Black with #6D9AA4
Text Example
Text Example
White with #6D9AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9AA4; }
p { color: rgb(109,154,164); }
H1.HeaderClassName
{
color: #6D9AA4;
}
.AnyTagClassName
{
color: #6D9AA4;
}
</style>
background-color css
<style>
a { background-color: #6D9AA4; }
a { background-color: rgb(109,154,164); }
div.DivClassName
{
background-color: #6D9AA4;
}
.BgClassName
{
background-color: #6D9AA4;
}
</style>
border-color css
<style>
span { border-color: #6D9AA4; }
span { border-color: rgb(109,154,164); }
td.TdClassName
{
border-color: #6D9AA4;
}
.TagClassName
{
border-color: #6D9AA4;
}
</style>