Shades of Wild Blue Yonder #6D81BA
Tints of Wild Blue Yonder #6D81BA
RGB
CMYK
RGB Variations
Color information
#6D81BA (or 0x6D81BA) is known color: Wild Blue Yonder. HEX triplet: 6D, 81 and BA. RGB value is (109,129,186). Sum of RGB (Red+Green+Blue) = 109+129+186=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D81BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81BA is #927E45. Grayscale: #818181. Windows color (decimal): -9600582 or 12222829. OLE color: 12222829.
HSL color Cylindrical-coordinate representation of color #6D81BA: hue angle of 224.42º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D81BA is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 129 | 186 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.27 |
| HSL | 224.42º | 0.36% | 0.58% | - |
| HSV(B) | 224.42º | 0.41% | 0.73% | - |
| XYZ | 23.02 | 22.5 | 49.58 | - |
| YUV | 129.52 | 159.87 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 186 | 0.41 | 0.31 | 0 | 0.27 | 224.42 | 0.36 | 0.58 |
| Hex | 6D | 81 | BA | 29 | 1F | 0 | 1B | E0 | 24 | 3A |
| Octal | 155 | 201 | 272 | 51 | 37 | 0 | 33 | 340 | 44 | 72 |
| Binary | 1101101 | 10000001 | 10111010 | 101001 | 11111 | 0 | 11011 | 11100000 | 100100 | 111010 |
Color Harmonies of #6D81BA
Complementary color
Monochromatic Colors of #6D81BA
Black with #6D81BA
Text Example
Text Example
White with #6D81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D81BA; }
p { color: rgb(109,129,186); }
H1.HeaderClassName
{
color: #6D81BA;
}
.AnyTagClassName
{
color: #6D81BA;
}
</style>
background-color css
<style>
a { background-color: #6D81BA; }
a { background-color: rgb(109,129,186); }
div.DivClassName
{
background-color: #6D81BA;
}
.BgClassName
{
background-color: #6D81BA;
}
</style>
border-color css
<style>
span { border-color: #6D81BA; }
span { border-color: rgb(109,129,186); }
td.TdClassName
{
border-color: #6D81BA;
}
.TagClassName
{
border-color: #6D81BA;
}
</style>