Shades of Wild Blue Yonder #6C86CC
Tints of Wild Blue Yonder #6C86CC
RGB
CMYK
RGB Variations
Color information
#6C86CC (or 0x6C86CC) is known color: Wild Blue Yonder. HEX triplet: 6C, 86 and CC. RGB value is (108,134,204). Sum of RGB (Red+Green+Blue) = 108+134+204=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C86CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C86CC is #937933. Grayscale: #858585. Windows color (decimal): -9664820 or 13403756. OLE color: 13403756.
HSL color Cylindrical-coordinate representation of color #6C86CC: hue angle of 223.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C86CC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 134 | 204 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.2 |
| HSL | 223.75º | 0.48% | 0.61% | - |
| HSV(B) | 223.75º | 0.47% | 0.8% | - |
| XYZ | 25.61 | 24.6 | 60.52 | - |
| YUV | 134.21 | 167.39 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 204 | 0.47 | 0.34 | 0 | 0.2 | 223.75 | 0.48 | 0.61 |
| Hex | 6C | 86 | CC | 2F | 22 | 0 | 14 | E0 | 30 | 3D |
| Octal | 154 | 206 | 314 | 57 | 42 | 0 | 24 | 340 | 60 | 75 |
| Binary | 1101100 | 10000110 | 11001100 | 101111 | 100010 | 0 | 10100 | 11100000 | 110000 | 111101 |
Color Harmonies of #6C86CC
Complementary color
Monochromatic Colors of #6C86CC
Black with #6C86CC
Text Example
Text Example
White with #6C86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C86CC; }
p { color: rgb(108,134,204); }
H1.HeaderClassName
{
color: #6C86CC;
}
.AnyTagClassName
{
color: #6C86CC;
}
</style>
background-color css
<style>
a { background-color: #6C86CC; }
a { background-color: rgb(108,134,204); }
div.DivClassName
{
background-color: #6C86CC;
}
.BgClassName
{
background-color: #6C86CC;
}
</style>
border-color css
<style>
span { border-color: #6C86CC; }
span { border-color: rgb(108,134,204); }
td.TdClassName
{
border-color: #6C86CC;
}
.TagClassName
{
border-color: #6C86CC;
}
</style>