Shades of Wild Blue Yonder #6B86CA
Tints of Wild Blue Yonder #6B86CA
RGB
CMYK
RGB Variations
Color information
#6B86CA (or 0x6B86CA) is known color: Wild Blue Yonder. HEX triplet: 6B, 86 and CA. RGB value is (107,134,202). Sum of RGB (Red+Green+Blue) = 107+134+202=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B86CA is #947935. Grayscale: #858585. Windows color (decimal): -9730358 or 13272683. OLE color: 13272683.
HSL color Cylindrical-coordinate representation of color #6B86CA: hue angle of 222.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B86CA is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 134 | 202 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.21 |
| HSL | 222.95º | 0.47% | 0.61% | - |
| HSV(B) | 222.95º | 0.47% | 0.79% | - |
| XYZ | 25.25 | 24.44 | 59.26 | - |
| YUV | 133.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 202 | 0.47 | 0.34 | 0 | 0.21 | 222.95 | 0.47 | 0.61 |
| Hex | 6B | 86 | CA | 2F | 22 | 0 | 15 | DF | 2F | 3D |
| Octal | 153 | 206 | 312 | 57 | 42 | 0 | 25 | 337 | 57 | 75 |
| Binary | 1101011 | 10000110 | 11001010 | 101111 | 100010 | 0 | 10101 | 11011111 | 101111 | 111101 |
Color Harmonies of #6B86CA
Complementary color
Monochromatic Colors of #6B86CA
Black with #6B86CA
Text Example
Text Example
White with #6B86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B86CA; }
p { color: rgb(107,134,202); }
H1.HeaderClassName
{
color: #6B86CA;
}
.AnyTagClassName
{
color: #6B86CA;
}
</style>
background-color css
<style>
a { background-color: #6B86CA; }
a { background-color: rgb(107,134,202); }
div.DivClassName
{
background-color: #6B86CA;
}
.BgClassName
{
background-color: #6B86CA;
}
</style>
border-color css
<style>
span { border-color: #6B86CA; }
span { border-color: rgb(107,134,202); }
td.TdClassName
{
border-color: #6B86CA;
}
.TagClassName
{
border-color: #6B86CA;
}
</style>