Shades of Wild Blue Yonder #6982BC
Tints of Wild Blue Yonder #6982BC
RGB
CMYK
RGB Variations
Color information
#6982BC (or 0x6982BC) is known color: Wild Blue Yonder. HEX triplet: 69, 82 and BC. RGB value is (105,130,188). Sum of RGB (Red+Green+Blue) = 105+130+188=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #6982BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982BC is #967D43. Grayscale: #808080. Windows color (decimal): -9862468 or 12354153. OLE color: 12354153.
HSL color Cylindrical-coordinate representation of color #6982BC: hue angle of 221.93º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6982BC is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 130 | 188 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.26 |
| HSL | 221.93º | 0.38% | 0.57% | - |
| HSV(B) | 221.93º | 0.44% | 0.74% | - |
| XYZ | 22.89 | 22.6 | 50.73 | - |
| YUV | 129.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 188 | 0.44 | 0.31 | 0 | 0.26 | 221.93 | 0.38 | 0.57 |
| Hex | 69 | 82 | BC | 2C | 1F | 0 | 1A | DE | 26 | 39 |
| Octal | 151 | 202 | 274 | 54 | 37 | 0 | 32 | 336 | 46 | 71 |
| Binary | 1101001 | 10000010 | 10111100 | 101100 | 11111 | 0 | 11010 | 11011110 | 100110 | 111001 |
Color Harmonies of #6982BC
Complementary color
Monochromatic Colors of #6982BC
Black with #6982BC
Text Example
Text Example
White with #6982BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982BC; }
p { color: rgb(105,130,188); }
H1.HeaderClassName
{
color: #6982BC;
}
.AnyTagClassName
{
color: #6982BC;
}
</style>
background-color css
<style>
a { background-color: #6982BC; }
a { background-color: rgb(105,130,188); }
div.DivClassName
{
background-color: #6982BC;
}
.BgClassName
{
background-color: #6982BC;
}
</style>
border-color css
<style>
span { border-color: #6982BC; }
span { border-color: rgb(105,130,188); }
td.TdClassName
{
border-color: #6982BC;
}
.TagClassName
{
border-color: #6982BC;
}
</style>