Shades of Wild Blue Yonder #6D85CF
Tints of Wild Blue Yonder #6D85CF
RGB
CMYK
RGB Variations
Color information
#6D85CF (or 0x6D85CF) is known color: Wild Blue Yonder. HEX triplet: 6D, 85 and CF. RGB value is (109,133,207). Sum of RGB (Red+Green+Blue) = 109+133+207=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D85CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D85CF is #927A30. Grayscale: #858585. Windows color (decimal): -9599537 or 13600109. OLE color: 13600109.
HSL color Cylindrical-coordinate representation of color #6D85CF: hue angle of 225.31º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D85CF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 133 | 207 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.19 |
| HSL | 225.31º | 0.51% | 0.62% | - |
| HSV(B) | 225.31º | 0.47% | 0.81% | - |
| XYZ | 25.96 | 24.53 | 62.4 | - |
| YUV | 134.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 207 | 0.47 | 0.36 | 0 | 0.19 | 225.31 | 0.51 | 0.62 |
| Hex | 6D | 85 | CF | 2F | 24 | 0 | 13 | E1 | 33 | 3E |
| Octal | 155 | 205 | 317 | 57 | 44 | 0 | 23 | 341 | 63 | 76 |
| Binary | 1101101 | 10000101 | 11001111 | 101111 | 100100 | 0 | 10011 | 11100001 | 110011 | 111110 |
Color Harmonies of #6D85CF
Complementary color
Monochromatic Colors of #6D85CF
Black with #6D85CF
Text Example
Text Example
White with #6D85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D85CF; }
p { color: rgb(109,133,207); }
H1.HeaderClassName
{
color: #6D85CF;
}
.AnyTagClassName
{
color: #6D85CF;
}
</style>
background-color css
<style>
a { background-color: #6D85CF; }
a { background-color: rgb(109,133,207); }
div.DivClassName
{
background-color: #6D85CF;
}
.BgClassName
{
background-color: #6D85CF;
}
</style>
border-color css
<style>
span { border-color: #6D85CF; }
span { border-color: rgb(109,133,207); }
td.TdClassName
{
border-color: #6D85CF;
}
.TagClassName
{
border-color: #6D85CF;
}
</style>