Shades of Wild Blue Yonder #6D81BE
Tints of Wild Blue Yonder #6D81BE
RGB
CMYK
RGB Variations
Color information
#6D81BE (or 0x6D81BE) is known color: Wild Blue Yonder. HEX triplet: 6D, 81 and BE. RGB value is (109,129,190). Sum of RGB (Red+Green+Blue) = 109+129+190=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81BE is #927E41. Grayscale: #818181. Windows color (decimal): -9600578 or 12484973. OLE color: 12484973.
HSL color Cylindrical-coordinate representation of color #6D81BE: hue angle of 225.19º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D81BE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 129 | 190 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.25 |
| HSL | 225.19º | 0.38% | 0.59% | - |
| HSV(B) | 225.19º | 0.43% | 0.75% | - |
| XYZ | 23.45 | 22.67 | 51.85 | - |
| YUV | 129.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 190 | 0.43 | 0.32 | 0 | 0.25 | 225.19 | 0.38 | 0.59 |
| Hex | 6D | 81 | BE | 2B | 20 | 0 | 19 | E1 | 26 | 3B |
| Octal | 155 | 201 | 276 | 53 | 40 | 0 | 31 | 341 | 46 | 73 |
| Binary | 1101101 | 10000001 | 10111110 | 101011 | 100000 | 0 | 11001 | 11100001 | 100110 | 111011 |
Color Harmonies of #6D81BE
Complementary color
Monochromatic Colors of #6D81BE
Black with #6D81BE
Text Example
Text Example
White with #6D81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D81BE; }
p { color: rgb(109,129,190); }
H1.HeaderClassName
{
color: #6D81BE;
}
.AnyTagClassName
{
color: #6D81BE;
}
</style>
background-color css
<style>
a { background-color: #6D81BE; }
a { background-color: rgb(109,129,190); }
div.DivClassName
{
background-color: #6D81BE;
}
.BgClassName
{
background-color: #6D81BE;
}
</style>
border-color css
<style>
span { border-color: #6D81BE; }
span { border-color: rgb(109,129,190); }
td.TdClassName
{
border-color: #6D81BE;
}
.TagClassName
{
border-color: #6D81BE;
}
</style>