Shades of Wild Blue Yonder #6F87CC
Tints of Wild Blue Yonder #6F87CC
RGB
CMYK
RGB Variations
Color information
#6F87CC (or 0x6F87CC) is known color: Wild Blue Yonder. HEX triplet: 6F, 87 and CC. RGB value is (111,135,204). Sum of RGB (Red+Green+Blue) = 111+135+204=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F87CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F87CC is #907833. Grayscale: #878787. Windows color (decimal): -9467956 or 13404015. OLE color: 13404015.
HSL color Cylindrical-coordinate representation of color #6F87CC: hue angle of 224.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F87CC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 135 | 204 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.2 |
| HSL | 224.52º | 0.48% | 0.62% | - |
| HSV(B) | 224.52º | 0.46% | 0.8% | - |
| XYZ | 26.12 | 25.07 | 60.59 | - |
| YUV | 135.69 | 166.55 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 204 | 0.46 | 0.34 | 0 | 0.2 | 224.52 | 0.48 | 0.62 |
| Hex | 6F | 87 | CC | 2E | 22 | 0 | 14 | E1 | 30 | 3E |
| Octal | 157 | 207 | 314 | 56 | 42 | 0 | 24 | 341 | 60 | 76 |
| Binary | 1101111 | 10000111 | 11001100 | 101110 | 100010 | 0 | 10100 | 11100001 | 110000 | 111110 |
Color Harmonies of #6F87CC
Complementary color
Monochromatic Colors of #6F87CC
Black with #6F87CC
Text Example
Text Example
White with #6F87CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F87CC; }
p { color: rgb(111,135,204); }
H1.HeaderClassName
{
color: #6F87CC;
}
.AnyTagClassName
{
color: #6F87CC;
}
</style>
background-color css
<style>
a { background-color: #6F87CC; }
a { background-color: rgb(111,135,204); }
div.DivClassName
{
background-color: #6F87CC;
}
.BgClassName
{
background-color: #6F87CC;
}
</style>
border-color css
<style>
span { border-color: #6F87CC; }
span { border-color: rgb(111,135,204); }
td.TdClassName
{
border-color: #6F87CC;
}
.TagClassName
{
border-color: #6F87CC;
}
</style>