Shades of Wild Blue Yonder #6A84C0
Tints of Wild Blue Yonder #6A84C0
RGB
CMYK
RGB Variations
Color information
#6A84C0 (or 0x6A84C0) is known color: Wild Blue Yonder. HEX triplet: 6A, 84 and C0. RGB value is (106,132,192). Sum of RGB (Red+Green+Blue) = 106+132+192=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A84C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A84C0 is #957B3F. Grayscale: #828282. Windows color (decimal): -9796416 or 12616810. OLE color: 12616810.
HSL color Cylindrical-coordinate representation of color #6A84C0: hue angle of 221.86º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A84C0 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 132 | 192 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.25 |
| HSL | 221.86º | 0.41% | 0.58% | - |
| HSV(B) | 221.86º | 0.45% | 0.75% | - |
| XYZ | 23.71 | 23.37 | 53.13 | - |
| YUV | 131.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 132 | 192 | 0.45 | 0.31 | 0 | 0.25 | 221.86 | 0.41 | 0.58 |
| Hex | 6A | 84 | C0 | 2D | 1F | 0 | 19 | DE | 29 | 3A |
| Octal | 152 | 204 | 300 | 55 | 37 | 0 | 31 | 336 | 51 | 72 |
| Binary | 1101010 | 10000100 | 11000000 | 101101 | 11111 | 0 | 11001 | 11011110 | 101001 | 111010 |
Color Harmonies of #6A84C0
Complementary color
Monochromatic Colors of #6A84C0
Black with #6A84C0
Text Example
Text Example
White with #6A84C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A84C0; }
p { color: rgb(106,132,192); }
H1.HeaderClassName
{
color: #6A84C0;
}
.AnyTagClassName
{
color: #6A84C0;
}
</style>
background-color css
<style>
a { background-color: #6A84C0; }
a { background-color: rgb(106,132,192); }
div.DivClassName
{
background-color: #6A84C0;
}
.BgClassName
{
background-color: #6A84C0;
}
</style>
border-color css
<style>
span { border-color: #6A84C0; }
span { border-color: rgb(106,132,192); }
td.TdClassName
{
border-color: #6A84C0;
}
.TagClassName
{
border-color: #6A84C0;
}
</style>