Shades of Wild Blue Yonder #6D7FBD
Tints of Wild Blue Yonder #6D7FBD
RGB
CMYK
RGB Variations
Color information
#6D7FBD (or 0x6D7FBD) is known color: Wild Blue Yonder. HEX triplet: 6D, 7F and BD. RGB value is (109,127,189). Sum of RGB (Red+Green+Blue) = 109+127+189=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 127 (50% from 255 or 29.88% 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 #6D7FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7FBD is #928042. Grayscale: #808080. Windows color (decimal): -9601091 or 12418925. OLE color: 12418925.
HSL color Cylindrical-coordinate representation of color #6D7FBD: hue angle of 226.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D7FBD is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 127 | 189 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.26 |
| HSL | 226.5º | 0.38% | 0.58% | - |
| HSV(B) | 226.5º | 0.42% | 0.74% | - |
| XYZ | 23.08 | 22.1 | 51.19 | - |
| YUV | 128.69 | 162.04 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 127 | 189 | 0.42 | 0.33 | 0 | 0.26 | 226.5 | 0.38 | 0.58 |
| Hex | 6D | 7F | BD | 2A | 21 | 0 | 1A | E2 | 26 | 3A |
| Octal | 155 | 177 | 275 | 52 | 41 | 0 | 32 | 342 | 46 | 72 |
| Binary | 1101101 | 1111111 | 10111101 | 101010 | 100001 | 0 | 11010 | 11100010 | 100110 | 111010 |
Color Harmonies of #6D7FBD
Complementary color
Monochromatic Colors of #6D7FBD
Black with #6D7FBD
Text Example
Text Example
White with #6D7FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7FBD; }
p { color: rgb(109,127,189); }
H1.HeaderClassName
{
color: #6D7FBD;
}
.AnyTagClassName
{
color: #6D7FBD;
}
</style>
background-color css
<style>
a { background-color: #6D7FBD; }
a { background-color: rgb(109,127,189); }
div.DivClassName
{
background-color: #6D7FBD;
}
.BgClassName
{
background-color: #6D7FBD;
}
</style>
border-color css
<style>
span { border-color: #6D7FBD; }
span { border-color: rgb(109,127,189); }
td.TdClassName
{
border-color: #6D7FBD;
}
.TagClassName
{
border-color: #6D7FBD;
}
</style>