Shades of Wild Blue Yonder #6B85BF
Tints of Wild Blue Yonder #6B85BF
RGB
CMYK
RGB Variations
Color information
#6B85BF (or 0x6B85BF) is known color: Wild Blue Yonder. HEX triplet: 6B, 85 and BF. RGB value is (107,133,191). Sum of RGB (Red+Green+Blue) = 107+133+191=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B85BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B85BF is #947A40. Grayscale: #838383. Windows color (decimal): -9730625 or 12551531. OLE color: 12551531.
HSL color Cylindrical-coordinate representation of color #6B85BF: hue angle of 221.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B85BF is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 133 | 191 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.25 |
| HSL | 221.43º | 0.4% | 0.58% | - |
| HSV(B) | 221.43º | 0.44% | 0.75% | - |
| XYZ | 23.85 | 23.66 | 52.6 | - |
| YUV | 131.84 | 161.39 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 191 | 0.44 | 0.30 | 0 | 0.25 | 221.43 | 0.4 | 0.58 |
| Hex | 6B | 85 | BF | 2C | 1E | 0 | 19 | DD | 28 | 3A |
| Octal | 153 | 205 | 277 | 54 | 36 | 0 | 31 | 335 | 50 | 72 |
| Binary | 1101011 | 10000101 | 10111111 | 101100 | 11110 | 0 | 11001 | 11011101 | 101000 | 111010 |
Color Harmonies of #6B85BF
Complementary color
Monochromatic Colors of #6B85BF
Black with #6B85BF
Text Example
Text Example
White with #6B85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B85BF; }
p { color: rgb(107,133,191); }
H1.HeaderClassName
{
color: #6B85BF;
}
.AnyTagClassName
{
color: #6B85BF;
}
</style>
background-color css
<style>
a { background-color: #6B85BF; }
a { background-color: rgb(107,133,191); }
div.DivClassName
{
background-color: #6B85BF;
}
.BgClassName
{
background-color: #6B85BF;
}
</style>
border-color css
<style>
span { border-color: #6B85BF; }
span { border-color: rgb(107,133,191); }
td.TdClassName
{
border-color: #6B85BF;
}
.TagClassName
{
border-color: #6B85BF;
}
</style>