Shades of Wild Blue Yonder #6E85CB
Tints of Wild Blue Yonder #6E85CB
RGB
CMYK
RGB Variations
Color information
#6E85CB (or 0x6E85CB) is known color: Wild Blue Yonder. HEX triplet: 6E, 85 and CB. RGB value is (110,133,203). Sum of RGB (Red+Green+Blue) = 110+133+203=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E85CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E85CB is #917A34. Grayscale: #858585. Windows color (decimal): -9534005 or 13337966. OLE color: 13337966.
HSL color Cylindrical-coordinate representation of color #6E85CB: hue angle of 225.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E85CB is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 133 | 203 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.20 |
| HSL | 225.16º | 0.47% | 0.61% | - |
| HSV(B) | 225.16º | 0.46% | 0.8% | - |
| XYZ | 25.6 | 24.4 | 59.86 | - |
| YUV | 134.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 133 | 203 | 0.46 | 0.34 | 0 | 0.20 | 225.16 | 0.47 | 0.61 |
| Hex | 6E | 85 | CB | 2E | 22 | 0 | 14 | E1 | 2F | 3D |
| Octal | 156 | 205 | 313 | 56 | 42 | 0 | 24 | 341 | 57 | 75 |
| Binary | 1101110 | 10000101 | 11001011 | 101110 | 100010 | 0 | 10100 | 11100001 | 101111 | 111101 |
Color Harmonies of #6E85CB
Complementary color
Monochromatic Colors of #6E85CB
Black with #6E85CB
Text Example
Text Example
White with #6E85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E85CB; }
p { color: rgb(110,133,203); }
H1.HeaderClassName
{
color: #6E85CB;
}
.AnyTagClassName
{
color: #6E85CB;
}
</style>
background-color css
<style>
a { background-color: #6E85CB; }
a { background-color: rgb(110,133,203); }
div.DivClassName
{
background-color: #6E85CB;
}
.BgClassName
{
background-color: #6E85CB;
}
</style>
border-color css
<style>
span { border-color: #6E85CB; }
span { border-color: rgb(110,133,203); }
td.TdClassName
{
border-color: #6E85CB;
}
.TagClassName
{
border-color: #6E85CB;
}
</style>