Shades of Wild Blue Yonder #6C8ABA
Tints of Wild Blue Yonder #6C8ABA
RGB
CMYK
RGB Variations
Color information
#6C8ABA (or 0x6C8ABA) is known color: Wild Blue Yonder. HEX triplet: 6C, 8A and BA. RGB value is (108,138,186). Sum of RGB (Red+Green+Blue) = 108+138+186=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C8ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ABA is #937545. Grayscale: #868686. Windows color (decimal): -9663814 or 12225132. OLE color: 12225132.
HSL color Cylindrical-coordinate representation of color #6C8ABA: hue angle of 216.92º 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 #6C8ABA is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 138 | 186 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.27 |
| HSL | 216.92º | 0.36% | 0.58% | - |
| HSV(B) | 216.92º | 0.42% | 0.73% | - |
| XYZ | 24.14 | 24.91 | 49.99 | - |
| YUV | 134.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 186 | 0.42 | 0.26 | 0 | 0.27 | 216.92 | 0.36 | 0.58 |
| Hex | 6C | 8A | BA | 2A | 1A | 0 | 1B | D9 | 24 | 3A |
| Octal | 154 | 212 | 272 | 52 | 32 | 0 | 33 | 331 | 44 | 72 |
| Binary | 1101100 | 10001010 | 10111010 | 101010 | 11010 | 0 | 11011 | 11011001 | 100100 | 111010 |
Color Harmonies of #6C8ABA
Complementary color
Monochromatic Colors of #6C8ABA
Black with #6C8ABA
Text Example
Text Example
White with #6C8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8ABA; }
p { color: rgb(108,138,186); }
H1.HeaderClassName
{
color: #6C8ABA;
}
.AnyTagClassName
{
color: #6C8ABA;
}
</style>
background-color css
<style>
a { background-color: #6C8ABA; }
a { background-color: rgb(108,138,186); }
div.DivClassName
{
background-color: #6C8ABA;
}
.BgClassName
{
background-color: #6C8ABA;
}
</style>
border-color css
<style>
span { border-color: #6C8ABA; }
span { border-color: rgb(108,138,186); }
td.TdClassName
{
border-color: #6C8ABA;
}
.TagClassName
{
border-color: #6C8ABA;
}
</style>