Shades of Wild Blue Yonder #6F83C1
Tints of Wild Blue Yonder #6F83C1
RGB
CMYK
RGB Variations
Color information
#6F83C1 (or 0x6F83C1) is known color: Wild Blue Yonder. HEX triplet: 6F, 83 and C1. RGB value is (111,131,193). Sum of RGB (Red+Green+Blue) = 111+131+193=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F83C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F83C1 is #907C3E. Grayscale: #838383. Windows color (decimal): -9468991 or 12682095. OLE color: 12682095.
HSL color Cylindrical-coordinate representation of color #6F83C1: hue angle of 225.37º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F83C1 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 131 | 193 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.24 |
| HSL | 225.37º | 0.4% | 0.6% | - |
| HSV(B) | 225.37º | 0.42% | 0.76% | - |
| XYZ | 24.3 | 23.46 | 53.7 | - |
| YUV | 132.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 193 | 0.42 | 0.32 | 0 | 0.24 | 225.37 | 0.4 | 0.6 |
| Hex | 6F | 83 | C1 | 2A | 20 | 0 | 18 | E1 | 28 | 3C |
| Octal | 157 | 203 | 301 | 52 | 40 | 0 | 30 | 341 | 50 | 74 |
| Binary | 1101111 | 10000011 | 11000001 | 101010 | 100000 | 0 | 11000 | 11100001 | 101000 | 111100 |
Color Harmonies of #6F83C1
Complementary color
Monochromatic Colors of #6F83C1
Black with #6F83C1
Text Example
Text Example
White with #6F83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F83C1; }
p { color: rgb(111,131,193); }
H1.HeaderClassName
{
color: #6F83C1;
}
.AnyTagClassName
{
color: #6F83C1;
}
</style>
background-color css
<style>
a { background-color: #6F83C1; }
a { background-color: rgb(111,131,193); }
div.DivClassName
{
background-color: #6F83C1;
}
.BgClassName
{
background-color: #6F83C1;
}
</style>
border-color css
<style>
span { border-color: #6F83C1; }
span { border-color: rgb(111,131,193); }
td.TdClassName
{
border-color: #6F83C1;
}
.TagClassName
{
border-color: #6F83C1;
}
</style>