Shades of Wild Blue Yonder #6F84B4
Tints of Wild Blue Yonder #6F84B4
RGB
CMYK
RGB Variations
Color information
#6F84B4 (or 0x6F84B4) is known color: Wild Blue Yonder. HEX triplet: 6F, 84 and B4. RGB value is (111,132,180). Sum of RGB (Red+Green+Blue) = 111+132+180=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F84B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84B4 is #907B4B. Grayscale: #828282. Windows color (decimal): -9468748 or 11830383. OLE color: 11830383.
HSL color Cylindrical-coordinate representation of color #6F84B4: hue angle of 221.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F84B4 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 132 | 180 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.29 |
| HSL | 221.74º | 0.32% | 0.57% | - |
| HSV(B) | 221.74º | 0.38% | 0.71% | - |
| XYZ | 23.05 | 23.18 | 46.44 | - |
| YUV | 131.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 180 | 0.38 | 0.27 | 0 | 0.29 | 221.74 | 0.32 | 0.57 |
| Hex | 6F | 84 | B4 | 26 | 1B | 0 | 1D | DE | 20 | 39 |
| Octal | 157 | 204 | 264 | 46 | 33 | 0 | 35 | 336 | 40 | 71 |
| Binary | 1101111 | 10000100 | 10110100 | 100110 | 11011 | 0 | 11101 | 11011110 | 100000 | 111001 |
Color Harmonies of #6F84B4
Complementary color
Monochromatic Colors of #6F84B4
Black with #6F84B4
Text Example
Text Example
White with #6F84B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F84B4; }
p { color: rgb(111,132,180); }
H1.HeaderClassName
{
color: #6F84B4;
}
.AnyTagClassName
{
color: #6F84B4;
}
</style>
background-color css
<style>
a { background-color: #6F84B4; }
a { background-color: rgb(111,132,180); }
div.DivClassName
{
background-color: #6F84B4;
}
.BgClassName
{
background-color: #6F84B4;
}
</style>
border-color css
<style>
span { border-color: #6F84B4; }
span { border-color: rgb(111,132,180); }
td.TdClassName
{
border-color: #6F84B4;
}
.TagClassName
{
border-color: #6F84B4;
}
</style>