Shades of Wild Blue Yonder #6F90C1
Tints of Wild Blue Yonder #6F90C1
RGB
CMYK
RGB Variations
Color information
#6F90C1 (or 0x6F90C1) is known color: Wild Blue Yonder. HEX triplet: 6F, 90 and C1. RGB value is (111,144,193). Sum of RGB (Red+Green+Blue) = 111+144+193=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F90C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90C1 is #906F3E. Grayscale: #8B8B8B. Windows color (decimal): -9465663 or 12685423. OLE color: 12685423.
HSL color Cylindrical-coordinate representation of color #6F90C1: hue angle of 215.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F90C1 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 144 | 193 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.24 |
| HSL | 215.85º | 0.4% | 0.6% | - |
| HSV(B) | 215.85º | 0.42% | 0.76% | - |
| XYZ | 26.15 | 27.18 | 54.32 | - |
| YUV | 139.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 193 | 0.42 | 0.25 | 0 | 0.24 | 215.85 | 0.4 | 0.6 |
| Hex | 6F | 90 | C1 | 2A | 19 | 0 | 18 | D8 | 28 | 3C |
| Octal | 157 | 220 | 301 | 52 | 31 | 0 | 30 | 330 | 50 | 74 |
| Binary | 1101111 | 10010000 | 11000001 | 101010 | 11001 | 0 | 11000 | 11011000 | 101000 | 111100 |
Color Harmonies of #6F90C1
Complementary color
Monochromatic Colors of #6F90C1
Black with #6F90C1
Text Example
Text Example
White with #6F90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F90C1; }
p { color: rgb(111,144,193); }
H1.HeaderClassName
{
color: #6F90C1;
}
.AnyTagClassName
{
color: #6F90C1;
}
</style>
background-color css
<style>
a { background-color: #6F90C1; }
a { background-color: rgb(111,144,193); }
div.DivClassName
{
background-color: #6F90C1;
}
.BgClassName
{
background-color: #6F90C1;
}
</style>
border-color css
<style>
span { border-color: #6F90C1; }
span { border-color: rgb(111,144,193); }
td.TdClassName
{
border-color: #6F90C1;
}
.TagClassName
{
border-color: #6F90C1;
}
</style>