Shades of Wild Blue Yonder #6D84BB
Tints of Wild Blue Yonder #6D84BB
RGB
CMYK
RGB Variations
Color information
#6D84BB (or 0x6D84BB) is known color: Wild Blue Yonder. HEX triplet: 6D, 84 and BB. RGB value is (109,132,187). Sum of RGB (Red+Green+Blue) = 109+132+187=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D84BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D84BB is #927B44. Grayscale: #838383. Windows color (decimal): -9599813 or 12289133. OLE color: 12289133.
HSL color Cylindrical-coordinate representation of color #6D84BB: hue angle of 222.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D84BB is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 132 | 187 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.27 |
| HSL | 222.31º | 0.36% | 0.58% | - |
| HSV(B) | 222.31º | 0.42% | 0.73% | - |
| XYZ | 23.53 | 23.34 | 50.28 | - |
| YUV | 131.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 187 | 0.42 | 0.29 | 0 | 0.27 | 222.31 | 0.36 | 0.58 |
| Hex | 6D | 84 | BB | 2A | 1D | 0 | 1B | DE | 24 | 3A |
| Octal | 155 | 204 | 273 | 52 | 35 | 0 | 33 | 336 | 44 | 72 |
| Binary | 1101101 | 10000100 | 10111011 | 101010 | 11101 | 0 | 11011 | 11011110 | 100100 | 111010 |
Color Harmonies of #6D84BB
Complementary color
Monochromatic Colors of #6D84BB
Black with #6D84BB
Text Example
Text Example
White with #6D84BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D84BB; }
p { color: rgb(109,132,187); }
H1.HeaderClassName
{
color: #6D84BB;
}
.AnyTagClassName
{
color: #6D84BB;
}
</style>
background-color css
<style>
a { background-color: #6D84BB; }
a { background-color: rgb(109,132,187); }
div.DivClassName
{
background-color: #6D84BB;
}
.BgClassName
{
background-color: #6D84BB;
}
</style>
border-color css
<style>
span { border-color: #6D84BB; }
span { border-color: rgb(109,132,187); }
td.TdClassName
{
border-color: #6D84BB;
}
.TagClassName
{
border-color: #6D84BB;
}
</style>