Shades of Wild Blue Yonder #6D8BBF
Tints of Wild Blue Yonder #6D8BBF
RGB
CMYK
RGB Variations
Color information
#6D8BBF (or 0x6D8BBF) is known color: Wild Blue Yonder. HEX triplet: 6D, 8B and BF. RGB value is (109,139,191). Sum of RGB (Red+Green+Blue) = 109+139+191=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D8BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BBF is #927440. Grayscale: #878787. Windows color (decimal): -9598017 or 12553069. OLE color: 12553069.
HSL color Cylindrical-coordinate representation of color #6D8BBF: hue angle of 218.05º 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 #6D8BBF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 139 | 191 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.25 |
| HSL | 218.05º | 0.39% | 0.59% | - |
| HSV(B) | 218.05º | 0.43% | 0.75% | - |
| XYZ | 24.94 | 25.48 | 52.89 | - |
| YUV | 135.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 191 | 0.43 | 0.27 | 0 | 0.25 | 218.05 | 0.39 | 0.59 |
| Hex | 6D | 8B | BF | 2B | 1B | 0 | 19 | DA | 27 | 3B |
| Octal | 155 | 213 | 277 | 53 | 33 | 0 | 31 | 332 | 47 | 73 |
| Binary | 1101101 | 10001011 | 10111111 | 101011 | 11011 | 0 | 11001 | 11011010 | 100111 | 111011 |
Color Harmonies of #6D8BBF
Complementary color
Monochromatic Colors of #6D8BBF
Black with #6D8BBF
Text Example
Text Example
White with #6D8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8BBF; }
p { color: rgb(109,139,191); }
H1.HeaderClassName
{
color: #6D8BBF;
}
.AnyTagClassName
{
color: #6D8BBF;
}
</style>
background-color css
<style>
a { background-color: #6D8BBF; }
a { background-color: rgb(109,139,191); }
div.DivClassName
{
background-color: #6D8BBF;
}
.BgClassName
{
background-color: #6D8BBF;
}
</style>
border-color css
<style>
span { border-color: #6D8BBF; }
span { border-color: rgb(109,139,191); }
td.TdClassName
{
border-color: #6D8BBF;
}
.TagClassName
{
border-color: #6D8BBF;
}
</style>