Shades of Wild Blue Yonder #6F7DBD
Tints of Wild Blue Yonder #6F7DBD
RGB
CMYK
RGB Variations
Color information
#6F7DBD (or 0x6F7DBD) is known color: Wild Blue Yonder. HEX triplet: 6F, 7D and BD. RGB value is (111,125,189). Sum of RGB (Red+Green+Blue) = 111+125+189=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F7DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DBD is #908242. Grayscale: #7F7F7F. Windows color (decimal): -9470531 or 12418415. OLE color: 12418415.
HSL color Cylindrical-coordinate representation of color #6F7DBD: hue angle of 229.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F7DBD is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 125 | 189 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.26 |
| HSL | 229.23º | 0.37% | 0.59% | - |
| HSV(B) | 229.23º | 0.41% | 0.74% | - |
| XYZ | 23.07 | 21.72 | 51.12 | - |
| YUV | 128.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 189 | 0.41 | 0.34 | 0 | 0.26 | 229.23 | 0.37 | 0.59 |
| Hex | 6F | 7D | BD | 29 | 22 | 0 | 1A | E5 | 25 | 3B |
| Octal | 157 | 175 | 275 | 51 | 42 | 0 | 32 | 345 | 45 | 73 |
| Binary | 1101111 | 1111101 | 10111101 | 101001 | 100010 | 0 | 11010 | 11100101 | 100101 | 111011 |
Color Harmonies of #6F7DBD
Complementary color
Monochromatic Colors of #6F7DBD
Black with #6F7DBD
Text Example
Text Example
White with #6F7DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DBD; }
p { color: rgb(111,125,189); }
H1.HeaderClassName
{
color: #6F7DBD;
}
.AnyTagClassName
{
color: #6F7DBD;
}
</style>
background-color css
<style>
a { background-color: #6F7DBD; }
a { background-color: rgb(111,125,189); }
div.DivClassName
{
background-color: #6F7DBD;
}
.BgClassName
{
background-color: #6F7DBD;
}
</style>
border-color css
<style>
span { border-color: #6F7DBD; }
span { border-color: rgb(111,125,189); }
td.TdClassName
{
border-color: #6F7DBD;
}
.TagClassName
{
border-color: #6F7DBD;
}
</style>