Shades of Wild Blue Yonder #6D81BF
Tints of Wild Blue Yonder #6D81BF
RGB
CMYK
RGB Variations
Color information
#6D81BF (or 0x6D81BF) is known color: Wild Blue Yonder. HEX triplet: 6D, 81 and BF. RGB value is (109,129,191). Sum of RGB (Red+Green+Blue) = 109+129+191=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D81BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81BF is #927E40. Grayscale: #818181. Windows color (decimal): -9600577 or 12550509. OLE color: 12550509.
HSL color Cylindrical-coordinate representation of color #6D81BF: hue angle of 225.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D81BF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 129 | 191 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.25 |
| HSL | 225.37º | 0.39% | 0.59% | - |
| HSV(B) | 225.37º | 0.43% | 0.75% | - |
| XYZ | 23.56 | 22.71 | 52.43 | - |
| YUV | 130.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 191 | 0.43 | 0.32 | 0 | 0.25 | 225.37 | 0.39 | 0.59 |
| Hex | 6D | 81 | BF | 2B | 20 | 0 | 19 | E1 | 27 | 3B |
| Octal | 155 | 201 | 277 | 53 | 40 | 0 | 31 | 341 | 47 | 73 |
| Binary | 1101101 | 10000001 | 10111111 | 101011 | 100000 | 0 | 11001 | 11100001 | 100111 | 111011 |
Color Harmonies of #6D81BF
Complementary color
Monochromatic Colors of #6D81BF
Black with #6D81BF
Text Example
Text Example
White with #6D81BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D81BF; }
p { color: rgb(109,129,191); }
H1.HeaderClassName
{
color: #6D81BF;
}
.AnyTagClassName
{
color: #6D81BF;
}
</style>
background-color css
<style>
a { background-color: #6D81BF; }
a { background-color: rgb(109,129,191); }
div.DivClassName
{
background-color: #6D81BF;
}
.BgClassName
{
background-color: #6D81BF;
}
</style>
border-color css
<style>
span { border-color: #6D81BF; }
span { border-color: rgb(109,129,191); }
td.TdClassName
{
border-color: #6D81BF;
}
.TagClassName
{
border-color: #6D81BF;
}
</style>