Shades of Wild Blue Yonder #6F7FCB
Tints of Wild Blue Yonder #6F7FCB
RGB
CMYK
RGB Variations
Color information
#6F7FCB (or 0x6F7FCB) is known color: Wild Blue Yonder. HEX triplet: 6F, 7F and CB. RGB value is (111,127,203). Sum of RGB (Red+Green+Blue) = 111+127+203=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F7FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FCB is #908034. Grayscale: #828282. Windows color (decimal): -9470005 or 13336431. OLE color: 13336431.
HSL color Cylindrical-coordinate representation of color #6F7FCB: hue angle of 229.57º 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 #6F7FCB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 127 | 203 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.20 |
| HSL | 229.57º | 0.47% | 0.62% | - |
| HSV(B) | 229.57º | 0.45% | 0.8% | - |
| XYZ | 24.92 | 22.87 | 59.6 | - |
| YUV | 130.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 203 | 0.45 | 0.37 | 0 | 0.20 | 229.57 | 0.47 | 0.62 |
| Hex | 6F | 7F | CB | 2D | 25 | 0 | 14 | E6 | 2F | 3E |
| Octal | 157 | 177 | 313 | 55 | 45 | 0 | 24 | 346 | 57 | 76 |
| Binary | 1101111 | 1111111 | 11001011 | 101101 | 100101 | 0 | 10100 | 11100110 | 101111 | 111110 |
Color Harmonies of #6F7FCB
Complementary color
Monochromatic Colors of #6F7FCB
Black with #6F7FCB
Text Example
Text Example
White with #6F7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7FCB; }
p { color: rgb(111,127,203); }
H1.HeaderClassName
{
color: #6F7FCB;
}
.AnyTagClassName
{
color: #6F7FCB;
}
</style>
background-color css
<style>
a { background-color: #6F7FCB; }
a { background-color: rgb(111,127,203); }
div.DivClassName
{
background-color: #6F7FCB;
}
.BgClassName
{
background-color: #6F7FCB;
}
</style>
border-color css
<style>
span { border-color: #6F7FCB; }
span { border-color: rgb(111,127,203); }
td.TdClassName
{
border-color: #6F7FCB;
}
.TagClassName
{
border-color: #6F7FCB;
}
</style>