Shades of Wild Blue Yonder #6B81BE
Tints of Wild Blue Yonder #6B81BE
RGB
CMYK
RGB Variations
Color information
#6B81BE (or 0x6B81BE) is known color: Wild Blue Yonder. HEX triplet: 6B, 81 and BE. RGB value is (107,129,190). Sum of RGB (Red+Green+Blue) = 107+129+190=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B81BE is #947E41. Grayscale: #818181. Windows color (decimal): -9731650 or 12484971. OLE color: 12484971.
HSL color Cylindrical-coordinate representation of color #6B81BE: hue angle of 224.1º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B81BE is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 129 | 190 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.25 |
| HSL | 224.1º | 0.39% | 0.58% | - |
| HSV(B) | 224.1º | 0.44% | 0.75% | - |
| XYZ | 23.21 | 22.54 | 51.84 | - |
| YUV | 129.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 190 | 0.44 | 0.32 | 0 | 0.25 | 224.1 | 0.39 | 0.58 |
| Hex | 6B | 81 | BE | 2C | 20 | 0 | 19 | E0 | 27 | 3A |
| Octal | 153 | 201 | 276 | 54 | 40 | 0 | 31 | 340 | 47 | 72 |
| Binary | 1101011 | 10000001 | 10111110 | 101100 | 100000 | 0 | 11001 | 11100000 | 100111 | 111010 |
Color Harmonies of #6B81BE
Complementary color
Monochromatic Colors of #6B81BE
Black with #6B81BE
Text Example
Text Example
White with #6B81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B81BE; }
p { color: rgb(107,129,190); }
H1.HeaderClassName
{
color: #6B81BE;
}
.AnyTagClassName
{
color: #6B81BE;
}
</style>
background-color css
<style>
a { background-color: #6B81BE; }
a { background-color: rgb(107,129,190); }
div.DivClassName
{
background-color: #6B81BE;
}
.BgClassName
{
background-color: #6B81BE;
}
</style>
border-color css
<style>
span { border-color: #6B81BE; }
span { border-color: rgb(107,129,190); }
td.TdClassName
{
border-color: #6B81BE;
}
.TagClassName
{
border-color: #6B81BE;
}
</style>