Shades of Wild Blue Yonder #6A83BA
Tints of Wild Blue Yonder #6A83BA
RGB
CMYK
RGB Variations
Color information
#6A83BA (or 0x6A83BA) is known color: Wild Blue Yonder. HEX triplet: 6A, 83 and BA. RGB value is (106,131,186). Sum of RGB (Red+Green+Blue) = 106+131+186=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A83BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A83BA is #957C45. Grayscale: #818181. Windows color (decimal): -9796678 or 12223338. OLE color: 12223338.
HSL color Cylindrical-coordinate representation of color #6A83BA: hue angle of 221.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A83BA is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 131 | 186 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.27 |
| HSL | 221.25º | 0.37% | 0.57% | - |
| HSV(B) | 221.25º | 0.43% | 0.73% | - |
| XYZ | 22.92 | 22.84 | 49.66 | - |
| YUV | 129.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 186 | 0.43 | 0.30 | 0 | 0.27 | 221.25 | 0.37 | 0.57 |
| Hex | 6A | 83 | BA | 2B | 1E | 0 | 1B | DD | 25 | 39 |
| Octal | 152 | 203 | 272 | 53 | 36 | 0 | 33 | 335 | 45 | 71 |
| Binary | 1101010 | 10000011 | 10111010 | 101011 | 11110 | 0 | 11011 | 11011101 | 100101 | 111001 |
Color Harmonies of #6A83BA
Complementary color
Monochromatic Colors of #6A83BA
Black with #6A83BA
Text Example
Text Example
White with #6A83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A83BA; }
p { color: rgb(106,131,186); }
H1.HeaderClassName
{
color: #6A83BA;
}
.AnyTagClassName
{
color: #6A83BA;
}
</style>
background-color css
<style>
a { background-color: #6A83BA; }
a { background-color: rgb(106,131,186); }
div.DivClassName
{
background-color: #6A83BA;
}
.BgClassName
{
background-color: #6A83BA;
}
</style>
border-color css
<style>
span { border-color: #6A83BA; }
span { border-color: rgb(106,131,186); }
td.TdClassName
{
border-color: #6A83BA;
}
.TagClassName
{
border-color: #6A83BA;
}
</style>