Shades of Wild Blue Yonder #6F80CB
Tints of Wild Blue Yonder #6F80CB
RGB
CMYK
RGB Variations
Color information
#6F80CB (or 0x6F80CB) is known color: Wild Blue Yonder. HEX triplet: 6F, 80 and CB. RGB value is (111,128,203). Sum of RGB (Red+Green+Blue) = 111+128+203=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F80CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F80CB is #907F34. Grayscale: #838383. Windows color (decimal): -9469749 or 13336687. OLE color: 13336687.
HSL color Cylindrical-coordinate representation of color #6F80CB: hue angle of 228.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F80CB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 128 | 203 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.20 |
| HSL | 228.91º | 0.47% | 0.62% | - |
| HSV(B) | 228.91º | 0.45% | 0.8% | - |
| XYZ | 25.05 | 23.13 | 59.64 | - |
| YUV | 131.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 203 | 0.45 | 0.37 | 0 | 0.20 | 228.91 | 0.47 | 0.62 |
| Hex | 6F | 80 | CB | 2D | 25 | 0 | 14 | E5 | 2F | 3E |
| Octal | 157 | 200 | 313 | 55 | 45 | 0 | 24 | 345 | 57 | 76 |
| Binary | 1101111 | 10000000 | 11001011 | 101101 | 100101 | 0 | 10100 | 11100101 | 101111 | 111110 |
Color Harmonies of #6F80CB
Complementary color
Monochromatic Colors of #6F80CB
Black with #6F80CB
Text Example
Text Example
White with #6F80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F80CB; }
p { color: rgb(111,128,203); }
H1.HeaderClassName
{
color: #6F80CB;
}
.AnyTagClassName
{
color: #6F80CB;
}
</style>
background-color css
<style>
a { background-color: #6F80CB; }
a { background-color: rgb(111,128,203); }
div.DivClassName
{
background-color: #6F80CB;
}
.BgClassName
{
background-color: #6F80CB;
}
</style>
border-color css
<style>
span { border-color: #6F80CB; }
span { border-color: rgb(111,128,203); }
td.TdClassName
{
border-color: #6F80CB;
}
.TagClassName
{
border-color: #6F80CB;
}
</style>