Shades of Wild Blue Yonder #6D84C4
Tints of Wild Blue Yonder #6D84C4
RGB
CMYK
RGB Variations
Color information
#6D84C4 (or 0x6D84C4) is known color: Wild Blue Yonder. HEX triplet: 6D, 84 and C4. RGB value is (109,132,196). Sum of RGB (Red+Green+Blue) = 109+132+196=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #6D84C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D84C4 is #927B3B. Grayscale: #848484. Windows color (decimal): -9599804 or 12878957. OLE color: 12878957.
HSL color Cylindrical-coordinate representation of color #6D84C4: hue angle of 224.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D84C4 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 132 | 196 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.23 |
| HSL | 224.14º | 0.42% | 0.6% | - |
| HSV(B) | 224.14º | 0.44% | 0.77% | - |
| XYZ | 24.52 | 23.74 | 55.51 | - |
| YUV | 132.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 196 | 0.44 | 0.33 | 0 | 0.23 | 224.14 | 0.42 | 0.6 |
| Hex | 6D | 84 | C4 | 2C | 21 | 0 | 17 | E0 | 2A | 3C |
| Octal | 155 | 204 | 304 | 54 | 41 | 0 | 27 | 340 | 52 | 74 |
| Binary | 1101101 | 10000100 | 11000100 | 101100 | 100001 | 0 | 10111 | 11100000 | 101010 | 111100 |
Color Harmonies of #6D84C4
Complementary color
Monochromatic Colors of #6D84C4
Black with #6D84C4
Text Example
Text Example
White with #6D84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D84C4; }
p { color: rgb(109,132,196); }
H1.HeaderClassName
{
color: #6D84C4;
}
.AnyTagClassName
{
color: #6D84C4;
}
</style>
background-color css
<style>
a { background-color: #6D84C4; }
a { background-color: rgb(109,132,196); }
div.DivClassName
{
background-color: #6D84C4;
}
.BgClassName
{
background-color: #6D84C4;
}
</style>
border-color css
<style>
span { border-color: #6D84C4; }
span { border-color: rgb(109,132,196); }
td.TdClassName
{
border-color: #6D84C4;
}
.TagClassName
{
border-color: #6D84C4;
}
</style>