Shades of Wild Blue Yonder #6D85CA
Tints of Wild Blue Yonder #6D85CA
RGB
CMYK
RGB Variations
Color information
#6D85CA (or 0x6D85CA) is known color: Wild Blue Yonder. HEX triplet: 6D, 85 and CA. RGB value is (109,133,202). Sum of RGB (Red+Green+Blue) = 109+133+202=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D85CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D85CA is #927A35. Grayscale: #858585. Windows color (decimal): -9599542 or 13272429. OLE color: 13272429.
HSL color Cylindrical-coordinate representation of color #6D85CA: hue angle of 224.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D85CA is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 133 | 202 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.21 |
| HSL | 224.52º | 0.47% | 0.61% | - |
| HSV(B) | 224.52º | 0.46% | 0.79% | - |
| XYZ | 25.35 | 24.29 | 59.23 | - |
| YUV | 133.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 202 | 0.46 | 0.34 | 0 | 0.21 | 224.52 | 0.47 | 0.61 |
| Hex | 6D | 85 | CA | 2E | 22 | 0 | 15 | E1 | 2F | 3D |
| Octal | 155 | 205 | 312 | 56 | 42 | 0 | 25 | 341 | 57 | 75 |
| Binary | 1101101 | 10000101 | 11001010 | 101110 | 100010 | 0 | 10101 | 11100001 | 101111 | 111101 |
Color Harmonies of #6D85CA
Complementary color
Monochromatic Colors of #6D85CA
Black with #6D85CA
Text Example
Text Example
White with #6D85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D85CA; }
p { color: rgb(109,133,202); }
H1.HeaderClassName
{
color: #6D85CA;
}
.AnyTagClassName
{
color: #6D85CA;
}
</style>
background-color css
<style>
a { background-color: #6D85CA; }
a { background-color: rgb(109,133,202); }
div.DivClassName
{
background-color: #6D85CA;
}
.BgClassName
{
background-color: #6D85CA;
}
</style>
border-color css
<style>
span { border-color: #6D85CA; }
span { border-color: rgb(109,133,202); }
td.TdClassName
{
border-color: #6D85CA;
}
.TagClassName
{
border-color: #6D85CA;
}
</style>