Shades of Wild Blue Yonder #6C86CE
Tints of Wild Blue Yonder #6C86CE
RGB
CMYK
RGB Variations
Color information
#6C86CE (or 0x6C86CE) is known color: Wild Blue Yonder. HEX triplet: 6C, 86 and CE. RGB value is (108,134,206). Sum of RGB (Red+Green+Blue) = 108+134+206=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C86CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C86CE is #937931. Grayscale: #868686. Windows color (decimal): -9664818 or 13534828. OLE color: 13534828.
HSL color Cylindrical-coordinate representation of color #6C86CE: hue angle of 224.08º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C86CE is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 134 | 206 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.19 |
| HSL | 224.08º | 0.5% | 0.62% | - |
| HSV(B) | 224.08º | 0.48% | 0.81% | - |
| XYZ | 25.85 | 24.69 | 61.8 | - |
| YUV | 134.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 206 | 0.48 | 0.35 | 0 | 0.19 | 224.08 | 0.5 | 0.62 |
| Hex | 6C | 86 | CE | 30 | 23 | 0 | 13 | E0 | 32 | 3E |
| Octal | 154 | 206 | 316 | 60 | 43 | 0 | 23 | 340 | 62 | 76 |
| Binary | 1101100 | 10000110 | 11001110 | 110000 | 100011 | 0 | 10011 | 11100000 | 110010 | 111110 |
Color Harmonies of #6C86CE
Complementary color
Monochromatic Colors of #6C86CE
Black with #6C86CE
Text Example
Text Example
White with #6C86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C86CE; }
p { color: rgb(108,134,206); }
H1.HeaderClassName
{
color: #6C86CE;
}
.AnyTagClassName
{
color: #6C86CE;
}
</style>
background-color css
<style>
a { background-color: #6C86CE; }
a { background-color: rgb(108,134,206); }
div.DivClassName
{
background-color: #6C86CE;
}
.BgClassName
{
background-color: #6C86CE;
}
</style>
border-color css
<style>
span { border-color: #6C86CE; }
span { border-color: rgb(108,134,206); }
td.TdClassName
{
border-color: #6C86CE;
}
.TagClassName
{
border-color: #6C86CE;
}
</style>