Shades of Wild Blue Yonder #6F84BA
Tints of Wild Blue Yonder #6F84BA
RGB
CMYK
RGB Variations
Color information
#6F84BA (or 0x6F84BA) is known color: Wild Blue Yonder. HEX triplet: 6F, 84 and BA. RGB value is (111,132,186). Sum of RGB (Red+Green+Blue) = 111+132+186=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F84BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84BA is #907B45. Grayscale: #838383. Windows color (decimal): -9468742 or 12223599. OLE color: 12223599.
HSL color Cylindrical-coordinate representation of color #6F84BA: hue angle of 223.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F84BA is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 132 | 186 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.27 |
| HSL | 223.2º | 0.35% | 0.58% | - |
| HSV(B) | 223.2º | 0.4% | 0.73% | - |
| XYZ | 23.67 | 23.43 | 49.73 | - |
| YUV | 131.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 186 | 0.40 | 0.29 | 0 | 0.27 | 223.2 | 0.35 | 0.58 |
| Hex | 6F | 84 | BA | 28 | 1D | 0 | 1B | DF | 23 | 3A |
| Octal | 157 | 204 | 272 | 50 | 35 | 0 | 33 | 337 | 43 | 72 |
| Binary | 1101111 | 10000100 | 10111010 | 101000 | 11101 | 0 | 11011 | 11011111 | 100011 | 111010 |
Color Harmonies of #6F84BA
Complementary color
Monochromatic Colors of #6F84BA
Black with #6F84BA
Text Example
Text Example
White with #6F84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F84BA; }
p { color: rgb(111,132,186); }
H1.HeaderClassName
{
color: #6F84BA;
}
.AnyTagClassName
{
color: #6F84BA;
}
</style>
background-color css
<style>
a { background-color: #6F84BA; }
a { background-color: rgb(111,132,186); }
div.DivClassName
{
background-color: #6F84BA;
}
.BgClassName
{
background-color: #6F84BA;
}
</style>
border-color css
<style>
span { border-color: #6F84BA; }
span { border-color: rgb(111,132,186); }
td.TdClassName
{
border-color: #6F84BA;
}
.TagClassName
{
border-color: #6F84BA;
}
</style>