Shades of Wild Blue Yonder #6D8CBF
Tints of Wild Blue Yonder #6D8CBF
RGB
CMYK
RGB Variations
Color information
#6D8CBF (or 0x6D8CBF) is known color: Wild Blue Yonder. HEX triplet: 6D, 8C and BF. RGB value is (109,140,191). Sum of RGB (Red+Green+Blue) = 109+140+191=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D8CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CBF is #927340. Grayscale: #888888. Windows color (decimal): -9597761 or 12553325. OLE color: 12553325.
HSL color Cylindrical-coordinate representation of color #6D8CBF: hue angle of 217.32º 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 #6D8CBF is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 140 | 191 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.25 |
| HSL | 217.32º | 0.39% | 0.59% | - |
| HSV(B) | 217.32º | 0.43% | 0.75% | - |
| XYZ | 25.09 | 25.77 | 52.94 | - |
| YUV | 136.55 | 158.73 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 191 | 0.43 | 0.27 | 0 | 0.25 | 217.32 | 0.39 | 0.59 |
| Hex | 6D | 8C | BF | 2B | 1B | 0 | 19 | D9 | 27 | 3B |
| Octal | 155 | 214 | 277 | 53 | 33 | 0 | 31 | 331 | 47 | 73 |
| Binary | 1101101 | 10001100 | 10111111 | 101011 | 11011 | 0 | 11001 | 11011001 | 100111 | 111011 |
Color Harmonies of #6D8CBF
Complementary color
Monochromatic Colors of #6D8CBF
Black with #6D8CBF
Text Example
Text Example
White with #6D8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8CBF; }
p { color: rgb(109,140,191); }
H1.HeaderClassName
{
color: #6D8CBF;
}
.AnyTagClassName
{
color: #6D8CBF;
}
</style>
background-color css
<style>
a { background-color: #6D8CBF; }
a { background-color: rgb(109,140,191); }
div.DivClassName
{
background-color: #6D8CBF;
}
.BgClassName
{
background-color: #6D8CBF;
}
</style>
border-color css
<style>
span { border-color: #6D8CBF; }
span { border-color: rgb(109,140,191); }
td.TdClassName
{
border-color: #6D8CBF;
}
.TagClassName
{
border-color: #6D8CBF;
}
</style>