Shades of Wild Blue Yonder #6F90BE
Tints of Wild Blue Yonder #6F90BE
RGB
CMYK
RGB Variations
Color information
#6F90BE (or 0x6F90BE) is known color: Wild Blue Yonder. HEX triplet: 6F, 90 and BE. RGB value is (111,144,190). Sum of RGB (Red+Green+Blue) = 111+144+190=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F90BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90BE is #906F41. Grayscale: #8B8B8B. Windows color (decimal): -9465666 or 12488815. OLE color: 12488815.
HSL color Cylindrical-coordinate representation of color #6F90BE: hue angle of 214.94º 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 #6F90BE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 144 | 190 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.25 |
| HSL | 214.94º | 0.38% | 0.59% | - |
| HSV(B) | 214.94º | 0.42% | 0.75% | - |
| XYZ | 25.82 | 27.04 | 52.57 | - |
| YUV | 139.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 190 | 0.42 | 0.24 | 0 | 0.25 | 214.94 | 0.38 | 0.59 |
| Hex | 6F | 90 | BE | 2A | 18 | 0 | 19 | D7 | 26 | 3B |
| Octal | 157 | 220 | 276 | 52 | 30 | 0 | 31 | 327 | 46 | 73 |
| Binary | 1101111 | 10010000 | 10111110 | 101010 | 11000 | 0 | 11001 | 11010111 | 100110 | 111011 |
Color Harmonies of #6F90BE
Complementary color
Monochromatic Colors of #6F90BE
Black with #6F90BE
Text Example
Text Example
White with #6F90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F90BE; }
p { color: rgb(111,144,190); }
H1.HeaderClassName
{
color: #6F90BE;
}
.AnyTagClassName
{
color: #6F90BE;
}
</style>
background-color css
<style>
a { background-color: #6F90BE; }
a { background-color: rgb(111,144,190); }
div.DivClassName
{
background-color: #6F90BE;
}
.BgClassName
{
background-color: #6F90BE;
}
</style>
border-color css
<style>
span { border-color: #6F90BE; }
span { border-color: rgb(111,144,190); }
td.TdClassName
{
border-color: #6F90BE;
}
.TagClassName
{
border-color: #6F90BE;
}
</style>