Shades of Wild Blue Yonder #6D88BE
Tints of Wild Blue Yonder #6D88BE
RGB
CMYK
RGB Variations
Color information
#6D88BE (or 0x6D88BE) is known color: Wild Blue Yonder. HEX triplet: 6D, 88 and BE. RGB value is (109,136,190). Sum of RGB (Red+Green+Blue) = 109+136+190=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D88BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D88BE is #927741. Grayscale: #858585. Windows color (decimal): -9598786 or 12486765. OLE color: 12486765.
HSL color Cylindrical-coordinate representation of color #6D88BE: hue angle of 220º 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 #6D88BE is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 136 | 190 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.25 |
| HSL | 220º | 0.38% | 0.59% | - |
| HSV(B) | 220º | 0.43% | 0.75% | - |
| XYZ | 24.41 | 24.58 | 52.17 | - |
| YUV | 134.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 190 | 0.43 | 0.28 | 0 | 0.25 | 220 | 0.38 | 0.59 |
| Hex | 6D | 88 | BE | 2B | 1C | 0 | 19 | DC | 26 | 3B |
| Octal | 155 | 210 | 276 | 53 | 34 | 0 | 31 | 334 | 46 | 73 |
| Binary | 1101101 | 10001000 | 10111110 | 101011 | 11100 | 0 | 11001 | 11011100 | 100110 | 111011 |
Color Harmonies of #6D88BE
Complementary color
Monochromatic Colors of #6D88BE
Black with #6D88BE
Text Example
Text Example
White with #6D88BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D88BE; }
p { color: rgb(109,136,190); }
H1.HeaderClassName
{
color: #6D88BE;
}
.AnyTagClassName
{
color: #6D88BE;
}
</style>
background-color css
<style>
a { background-color: #6D88BE; }
a { background-color: rgb(109,136,190); }
div.DivClassName
{
background-color: #6D88BE;
}
.BgClassName
{
background-color: #6D88BE;
}
</style>
border-color css
<style>
span { border-color: #6D88BE; }
span { border-color: rgb(109,136,190); }
td.TdClassName
{
border-color: #6D88BE;
}
.TagClassName
{
border-color: #6D88BE;
}
</style>