Shades of Wild Blue Yonder #6F84C3
Tints of Wild Blue Yonder #6F84C3
RGB
CMYK
RGB Variations
Color information
#6F84C3 (or 0x6F84C3) is known color: Wild Blue Yonder. HEX triplet: 6F, 84 and C3. RGB value is (111,132,195). Sum of RGB (Red+Green+Blue) = 111+132+195=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #6F84C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84C3 is #907B3C. Grayscale: #848484. Windows color (decimal): -9468733 or 12813423. OLE color: 12813423.
HSL color Cylindrical-coordinate representation of color #6F84C3: hue angle of 225º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F84C3 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 132 | 195 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.24 |
| HSL | 225º | 0.41% | 0.6% | - |
| HSV(B) | 225º | 0.43% | 0.76% | - |
| XYZ | 24.66 | 23.82 | 54.93 | - |
| YUV | 132.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 195 | 0.43 | 0.32 | 0 | 0.24 | 225 | 0.41 | 0.6 |
| Hex | 6F | 84 | C3 | 2B | 20 | 0 | 18 | E1 | 29 | 3C |
| Octal | 157 | 204 | 303 | 53 | 40 | 0 | 30 | 341 | 51 | 74 |
| Binary | 1101111 | 10000100 | 11000011 | 101011 | 100000 | 0 | 11000 | 11100001 | 101001 | 111100 |
Color Harmonies of #6F84C3
Complementary color
Monochromatic Colors of #6F84C3
Black with #6F84C3
Text Example
Text Example
White with #6F84C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F84C3; }
p { color: rgb(111,132,195); }
H1.HeaderClassName
{
color: #6F84C3;
}
.AnyTagClassName
{
color: #6F84C3;
}
</style>
background-color css
<style>
a { background-color: #6F84C3; }
a { background-color: rgb(111,132,195); }
div.DivClassName
{
background-color: #6F84C3;
}
.BgClassName
{
background-color: #6F84C3;
}
</style>
border-color css
<style>
span { border-color: #6F84C3; }
span { border-color: rgb(111,132,195); }
td.TdClassName
{
border-color: #6F84C3;
}
.TagClassName
{
border-color: #6F84C3;
}
</style>