Shades of Wild Blue Yonder #6982B9
Tints of Wild Blue Yonder #6982B9
RGB
CMYK
RGB Variations
Color information
#6982B9 (or 0x6982B9) is known color: Wild Blue Yonder. HEX triplet: 69, 82 and B9. RGB value is (105,130,185). Sum of RGB (Red+Green+Blue) = 105+130+185=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #6982B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982B9 is #967D46. Grayscale: #808080. Windows color (decimal): -9862471 or 12157545. OLE color: 12157545.
HSL color Cylindrical-coordinate representation of color #6982B9: hue angle of 221.25º degrees, saturation: 0.36, 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 #6982B9 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 130 | 185 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.27 |
| HSL | 221.25º | 0.36% | 0.57% | - |
| HSV(B) | 221.25º | 0.43% | 0.73% | - |
| XYZ | 22.57 | 22.47 | 49.05 | - |
| YUV | 128.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 185 | 0.43 | 0.30 | 0 | 0.27 | 221.25 | 0.36 | 0.57 |
| Hex | 69 | 82 | B9 | 2B | 1E | 0 | 1B | DD | 24 | 39 |
| Octal | 151 | 202 | 271 | 53 | 36 | 0 | 33 | 335 | 44 | 71 |
| Binary | 1101001 | 10000010 | 10111001 | 101011 | 11110 | 0 | 11011 | 11011101 | 100100 | 111001 |
Color Harmonies of #6982B9
Complementary color
Monochromatic Colors of #6982B9
Black with #6982B9
Text Example
Text Example
White with #6982B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982B9; }
p { color: rgb(105,130,185); }
H1.HeaderClassName
{
color: #6982B9;
}
.AnyTagClassName
{
color: #6982B9;
}
</style>
background-color css
<style>
a { background-color: #6982B9; }
a { background-color: rgb(105,130,185); }
div.DivClassName
{
background-color: #6982B9;
}
.BgClassName
{
background-color: #6982B9;
}
</style>
border-color css
<style>
span { border-color: #6982B9; }
span { border-color: rgb(105,130,185); }
td.TdClassName
{
border-color: #6982B9;
}
.TagClassName
{
border-color: #6982B9;
}
</style>