Shades of Wild Blue Yonder #6D81B4
Tints of Wild Blue Yonder #6D81B4
RGB
CMYK
RGB Variations
Color information
#6D81B4 (or 0x6D81B4) is known color: Wild Blue Yonder. HEX triplet: 6D, 81 and B4. RGB value is (109,129,180). Sum of RGB (Red+Green+Blue) = 109+129+180=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D81B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81B4 is #927E4B. Grayscale: #808080. Windows color (decimal): -9600588 or 11829613. OLE color: 11829613.
HSL color Cylindrical-coordinate representation of color #6D81B4: hue angle of 223.1º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D81B4 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 129 | 180 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.29 |
| HSL | 223.1º | 0.32% | 0.57% | - |
| HSV(B) | 223.1º | 0.39% | 0.71% | - |
| XYZ | 22.4 | 22.25 | 46.29 | - |
| YUV | 128.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 180 | 0.39 | 0.28 | 0 | 0.29 | 223.1 | 0.32 | 0.57 |
| Hex | 6D | 81 | B4 | 27 | 1C | 0 | 1D | DF | 20 | 39 |
| Octal | 155 | 201 | 264 | 47 | 34 | 0 | 35 | 337 | 40 | 71 |
| Binary | 1101101 | 10000001 | 10110100 | 100111 | 11100 | 0 | 11101 | 11011111 | 100000 | 111001 |
Color Harmonies of #6D81B4
Complementary color
Monochromatic Colors of #6D81B4
Black with #6D81B4
Text Example
Text Example
White with #6D81B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D81B4; }
p { color: rgb(109,129,180); }
H1.HeaderClassName
{
color: #6D81B4;
}
.AnyTagClassName
{
color: #6D81B4;
}
</style>
background-color css
<style>
a { background-color: #6D81B4; }
a { background-color: rgb(109,129,180); }
div.DivClassName
{
background-color: #6D81B4;
}
.BgClassName
{
background-color: #6D81B4;
}
</style>
border-color css
<style>
span { border-color: #6D81B4; }
span { border-color: rgb(109,129,180); }
td.TdClassName
{
border-color: #6D81B4;
}
.TagClassName
{
border-color: #6D81B4;
}
</style>