Shades of Wild Blue Yonder #6D89BD
Tints of Wild Blue Yonder #6D89BD
RGB
CMYK
RGB Variations
Color information
#6D89BD (or 0x6D89BD) is known color: Wild Blue Yonder. HEX triplet: 6D, 89 and BD. RGB value is (109,137,189). Sum of RGB (Red+Green+Blue) = 109+137+189=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D89BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D89BD is #927642. Grayscale: #868686. Windows color (decimal): -9598531 or 12421485. OLE color: 12421485.
HSL color Cylindrical-coordinate representation of color #6D89BD: hue angle of 219º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D89BD is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 137 | 189 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.26 |
| HSL | 219º | 0.38% | 0.58% | - |
| HSV(B) | 219º | 0.42% | 0.74% | - |
| XYZ | 24.44 | 24.82 | 51.65 | - |
| YUV | 134.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 189 | 0.42 | 0.28 | 0 | 0.26 | 219 | 0.38 | 0.58 |
| Hex | 6D | 89 | BD | 2A | 1C | 0 | 1A | DB | 26 | 3A |
| Octal | 155 | 211 | 275 | 52 | 34 | 0 | 32 | 333 | 46 | 72 |
| Binary | 1101101 | 10001001 | 10111101 | 101010 | 11100 | 0 | 11010 | 11011011 | 100110 | 111010 |
Color Harmonies of #6D89BD
Complementary color
Monochromatic Colors of #6D89BD
Black with #6D89BD
Text Example
Text Example
White with #6D89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D89BD; }
p { color: rgb(109,137,189); }
H1.HeaderClassName
{
color: #6D89BD;
}
.AnyTagClassName
{
color: #6D89BD;
}
</style>
background-color css
<style>
a { background-color: #6D89BD; }
a { background-color: rgb(109,137,189); }
div.DivClassName
{
background-color: #6D89BD;
}
.BgClassName
{
background-color: #6D89BD;
}
</style>
border-color css
<style>
span { border-color: #6D89BD; }
span { border-color: rgb(109,137,189); }
td.TdClassName
{
border-color: #6D89BD;
}
.TagClassName
{
border-color: #6D89BD;
}
</style>