Shades of Wild Blue Yonder #6D8ABF
Tints of Wild Blue Yonder #6D8ABF
RGB
CMYK
RGB Variations
Color information
#6D8ABF (or 0x6D8ABF) is known color: Wild Blue Yonder. HEX triplet: 6D, 8A and BF. RGB value is (109,138,191). Sum of RGB (Red+Green+Blue) = 109+138+191=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D8ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8ABF is #927540. Grayscale: #878787. Windows color (decimal): -9598273 or 12552813. OLE color: 12552813.
HSL color Cylindrical-coordinate representation of color #6D8ABF: hue angle of 218.78º 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 #6D8ABF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 138 | 191 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.25 |
| HSL | 218.78º | 0.39% | 0.59% | - |
| HSV(B) | 218.78º | 0.43% | 0.75% | - |
| XYZ | 24.8 | 25.19 | 52.85 | - |
| YUV | 135.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 191 | 0.43 | 0.28 | 0 | 0.25 | 218.78 | 0.39 | 0.59 |
| Hex | 6D | 8A | BF | 2B | 1C | 0 | 19 | DB | 27 | 3B |
| Octal | 155 | 212 | 277 | 53 | 34 | 0 | 31 | 333 | 47 | 73 |
| Binary | 1101101 | 10001010 | 10111111 | 101011 | 11100 | 0 | 11001 | 11011011 | 100111 | 111011 |
Color Harmonies of #6D8ABF
Complementary color
Monochromatic Colors of #6D8ABF
Black with #6D8ABF
Text Example
Text Example
White with #6D8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8ABF; }
p { color: rgb(109,138,191); }
H1.HeaderClassName
{
color: #6D8ABF;
}
.AnyTagClassName
{
color: #6D8ABF;
}
</style>
background-color css
<style>
a { background-color: #6D8ABF; }
a { background-color: rgb(109,138,191); }
div.DivClassName
{
background-color: #6D8ABF;
}
.BgClassName
{
background-color: #6D8ABF;
}
</style>
border-color css
<style>
span { border-color: #6D8ABF; }
span { border-color: rgb(109,138,191); }
td.TdClassName
{
border-color: #6D8ABF;
}
.TagClassName
{
border-color: #6D8ABF;
}
</style>