Shades of Wild Blue Yonder #6F81BE
Tints of Wild Blue Yonder #6F81BE
RGB
CMYK
RGB Variations
Color information
#6F81BE (or 0x6F81BE) is known color: Wild Blue Yonder. HEX triplet: 6F, 81 and BE. RGB value is (111,129,190). Sum of RGB (Red+Green+Blue) = 111+129+190=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F81BE is #907E41. Grayscale: #828282. Windows color (decimal): -9469506 or 12484975. OLE color: 12484975.
HSL color Cylindrical-coordinate representation of color #6F81BE: hue angle of 226.33º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F81BE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 129 | 190 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.25 |
| HSL | 226.33º | 0.38% | 0.59% | - |
| HSV(B) | 226.33º | 0.42% | 0.75% | - |
| XYZ | 23.7 | 22.8 | 51.87 | - |
| YUV | 130.57 | 161.54 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 190 | 0.42 | 0.32 | 0 | 0.25 | 226.33 | 0.38 | 0.59 |
| Hex | 6F | 81 | BE | 2A | 20 | 0 | 19 | E2 | 26 | 3B |
| Octal | 157 | 201 | 276 | 52 | 40 | 0 | 31 | 342 | 46 | 73 |
| Binary | 1101111 | 10000001 | 10111110 | 101010 | 100000 | 0 | 11001 | 11100010 | 100110 | 111011 |
Color Harmonies of #6F81BE
Complementary color
Monochromatic Colors of #6F81BE
Black with #6F81BE
Text Example
Text Example
White with #6F81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F81BE; }
p { color: rgb(111,129,190); }
H1.HeaderClassName
{
color: #6F81BE;
}
.AnyTagClassName
{
color: #6F81BE;
}
</style>
background-color css
<style>
a { background-color: #6F81BE; }
a { background-color: rgb(111,129,190); }
div.DivClassName
{
background-color: #6F81BE;
}
.BgClassName
{
background-color: #6F81BE;
}
</style>
border-color css
<style>
span { border-color: #6F81BE; }
span { border-color: rgb(111,129,190); }
td.TdClassName
{
border-color: #6F81BE;
}
.TagClassName
{
border-color: #6F81BE;
}
</style>