Shades of Wild Blue Yonder #6B85CE
Tints of Wild Blue Yonder #6B85CE
RGB
CMYK
RGB Variations
Color information
#6B85CE (or 0x6B85CE) is known color: Wild Blue Yonder. HEX triplet: 6B, 85 and CE. RGB value is (107,133,206). Sum of RGB (Red+Green+Blue) = 107+133+206=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B85CE is #947A31. Grayscale: #858585. Windows color (decimal): -9730610 or 13534571. OLE color: 13534571.
HSL color Cylindrical-coordinate representation of color #6B85CE: hue angle of 224.24º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B85CE is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 133 | 206 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.19 |
| HSL | 224.24º | 0.5% | 0.61% | - |
| HSV(B) | 224.24º | 0.48% | 0.81% | - |
| XYZ | 25.59 | 24.36 | 61.75 | - |
| YUV | 133.55 | 168.89 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 206 | 0.48 | 0.35 | 0 | 0.19 | 224.24 | 0.5 | 0.61 |
| Hex | 6B | 85 | CE | 30 | 23 | 0 | 13 | E0 | 32 | 3D |
| Octal | 153 | 205 | 316 | 60 | 43 | 0 | 23 | 340 | 62 | 75 |
| Binary | 1101011 | 10000101 | 11001110 | 110000 | 100011 | 0 | 10011 | 11100000 | 110010 | 111101 |
Color Harmonies of #6B85CE
Complementary color
Monochromatic Colors of #6B85CE
Black with #6B85CE
Text Example
Text Example
White with #6B85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B85CE; }
p { color: rgb(107,133,206); }
H1.HeaderClassName
{
color: #6B85CE;
}
.AnyTagClassName
{
color: #6B85CE;
}
</style>
background-color css
<style>
a { background-color: #6B85CE; }
a { background-color: rgb(107,133,206); }
div.DivClassName
{
background-color: #6B85CE;
}
.BgClassName
{
background-color: #6B85CE;
}
</style>
border-color css
<style>
span { border-color: #6B85CE; }
span { border-color: rgb(107,133,206); }
td.TdClassName
{
border-color: #6B85CE;
}
.TagClassName
{
border-color: #6B85CE;
}
</style>