Shades of Wild Blue Yonder #6D82B4
Tints of Wild Blue Yonder #6D82B4
RGB
CMYK
RGB Variations
Color information
#6D82B4 (or 0x6D82B4) is known color: Wild Blue Yonder. HEX triplet: 6D, 82 and B4. RGB value is (109,130,180). Sum of RGB (Red+Green+Blue) = 109+130+180=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D82B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D82B4 is #927D4B. Grayscale: #818181. Windows color (decimal): -9600332 or 11829869. OLE color: 11829869.
HSL color Cylindrical-coordinate representation of color #6D82B4: hue angle of 222.25º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D82B4 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 130 | 180 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.29 |
| HSL | 222.25º | 0.32% | 0.57% | - |
| HSV(B) | 222.25º | 0.39% | 0.71% | - |
| XYZ | 22.53 | 22.51 | 46.34 | - |
| YUV | 129.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 180 | 0.39 | 0.28 | 0 | 0.29 | 222.25 | 0.32 | 0.57 |
| Hex | 6D | 82 | B4 | 27 | 1C | 0 | 1D | DE | 20 | 39 |
| Octal | 155 | 202 | 264 | 47 | 34 | 0 | 35 | 336 | 40 | 71 |
| Binary | 1101101 | 10000010 | 10110100 | 100111 | 11100 | 0 | 11101 | 11011110 | 100000 | 111001 |
Color Harmonies of #6D82B4
Complementary color
Monochromatic Colors of #6D82B4
Black with #6D82B4
Text Example
Text Example
White with #6D82B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D82B4; }
p { color: rgb(109,130,180); }
H1.HeaderClassName
{
color: #6D82B4;
}
.AnyTagClassName
{
color: #6D82B4;
}
</style>
background-color css
<style>
a { background-color: #6D82B4; }
a { background-color: rgb(109,130,180); }
div.DivClassName
{
background-color: #6D82B4;
}
.BgClassName
{
background-color: #6D82B4;
}
</style>
border-color css
<style>
span { border-color: #6D82B4; }
span { border-color: rgb(109,130,180); }
td.TdClassName
{
border-color: #6D82B4;
}
.TagClassName
{
border-color: #6D82B4;
}
</style>