Shades of Wild Blue Yonder #6C85BA
Tints of Wild Blue Yonder #6C85BA
RGB
CMYK
RGB Variations
Color information
#6C85BA (or 0x6C85BA) is known color: Wild Blue Yonder. HEX triplet: 6C, 85 and BA. RGB value is (108,133,186). Sum of RGB (Red+Green+Blue) = 108+133+186=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C85BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C85BA is #937A45. Grayscale: #838383. Windows color (decimal): -9665094 or 12223852. OLE color: 12223852.
HSL color Cylindrical-coordinate representation of color #6C85BA: hue angle of 220.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C85BA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 133 | 186 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.27 |
| HSL | 220.77º | 0.36% | 0.58% | - |
| HSV(B) | 220.77º | 0.42% | 0.73% | - |
| XYZ | 23.43 | 23.51 | 49.76 | - |
| YUV | 131.57 | 158.72 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 186 | 0.42 | 0.28 | 0 | 0.27 | 220.77 | 0.36 | 0.58 |
| Hex | 6C | 85 | BA | 2A | 1C | 0 | 1B | DD | 24 | 3A |
| Octal | 154 | 205 | 272 | 52 | 34 | 0 | 33 | 335 | 44 | 72 |
| Binary | 1101100 | 10000101 | 10111010 | 101010 | 11100 | 0 | 11011 | 11011101 | 100100 | 111010 |
Color Harmonies of #6C85BA
Complementary color
Monochromatic Colors of #6C85BA
Black with #6C85BA
Text Example
Text Example
White with #6C85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C85BA; }
p { color: rgb(108,133,186); }
H1.HeaderClassName
{
color: #6C85BA;
}
.AnyTagClassName
{
color: #6C85BA;
}
</style>
background-color css
<style>
a { background-color: #6C85BA; }
a { background-color: rgb(108,133,186); }
div.DivClassName
{
background-color: #6C85BA;
}
.BgClassName
{
background-color: #6C85BA;
}
</style>
border-color css
<style>
span { border-color: #6C85BA; }
span { border-color: rgb(108,133,186); }
td.TdClassName
{
border-color: #6C85BA;
}
.TagClassName
{
border-color: #6C85BA;
}
</style>