Shades of Wild Blue Yonder #6F7DC6
Tints of Wild Blue Yonder #6F7DC6
RGB
CMYK
RGB Variations
Color information
#6F7DC6 (or 0x6F7DC6) is known color: Wild Blue Yonder. HEX triplet: 6F, 7D and C6. RGB value is (111,125,198). Sum of RGB (Red+Green+Blue) = 111+125+198=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #6F7DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DC6 is #908239. Grayscale: #808080. Windows color (decimal): -9470522 or 13008239. OLE color: 13008239.
HSL color Cylindrical-coordinate representation of color #6F7DC6: hue angle of 230.34º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F7DC6 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 125 | 198 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.22 |
| HSL | 230.34º | 0.43% | 0.61% | - |
| HSV(B) | 230.34º | 0.44% | 0.78% | - |
| XYZ | 24.08 | 22.12 | 56.43 | - |
| YUV | 129.14 | 166.86 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 198 | 0.44 | 0.37 | 0 | 0.22 | 230.34 | 0.43 | 0.61 |
| Hex | 6F | 7D | C6 | 2C | 25 | 0 | 16 | E6 | 2B | 3D |
| Octal | 157 | 175 | 306 | 54 | 45 | 0 | 26 | 346 | 53 | 75 |
| Binary | 1101111 | 1111101 | 11000110 | 101100 | 100101 | 0 | 10110 | 11100110 | 101011 | 111101 |
Color Harmonies of #6F7DC6
Complementary color
Monochromatic Colors of #6F7DC6
Black with #6F7DC6
Text Example
Text Example
White with #6F7DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DC6; }
p { color: rgb(111,125,198); }
H1.HeaderClassName
{
color: #6F7DC6;
}
.AnyTagClassName
{
color: #6F7DC6;
}
</style>
background-color css
<style>
a { background-color: #6F7DC6; }
a { background-color: rgb(111,125,198); }
div.DivClassName
{
background-color: #6F7DC6;
}
.BgClassName
{
background-color: #6F7DC6;
}
</style>
border-color css
<style>
span { border-color: #6F7DC6; }
span { border-color: rgb(111,125,198); }
td.TdClassName
{
border-color: #6F7DC6;
}
.TagClassName
{
border-color: #6F7DC6;
}
</style>