Shades of Wild Blue Yonder #6D82CE
Tints of Wild Blue Yonder #6D82CE
RGB
CMYK
RGB Variations
Color information
#6D82CE (or 0x6D82CE) is known color: Wild Blue Yonder. HEX triplet: 6D, 82 and CE. RGB value is (109,130,206). Sum of RGB (Red+Green+Blue) = 109+130+206=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D82CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D82CE is #927D31. Grayscale: #848484. Windows color (decimal): -9600306 or 13533805. OLE color: 13533805.
HSL color Cylindrical-coordinate representation of color #6D82CE: hue angle of 227.01º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D82CE is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 130 | 206 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.19 |
| HSL | 227.01º | 0.5% | 0.62% | - |
| HSV(B) | 227.01º | 0.47% | 0.81% | - |
| XYZ | 25.43 | 23.67 | 61.62 | - |
| YUV | 132.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 206 | 0.47 | 0.37 | 0 | 0.19 | 227.01 | 0.5 | 0.62 |
| Hex | 6D | 82 | CE | 2F | 25 | 0 | 13 | E3 | 32 | 3E |
| Octal | 155 | 202 | 316 | 57 | 45 | 0 | 23 | 343 | 62 | 76 |
| Binary | 1101101 | 10000010 | 11001110 | 101111 | 100101 | 0 | 10011 | 11100011 | 110010 | 111110 |
Color Harmonies of #6D82CE
Complementary color
Monochromatic Colors of #6D82CE
Black with #6D82CE
Text Example
Text Example
White with #6D82CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D82CE; }
p { color: rgb(109,130,206); }
H1.HeaderClassName
{
color: #6D82CE;
}
.AnyTagClassName
{
color: #6D82CE;
}
</style>
background-color css
<style>
a { background-color: #6D82CE; }
a { background-color: rgb(109,130,206); }
div.DivClassName
{
background-color: #6D82CE;
}
.BgClassName
{
background-color: #6D82CE;
}
</style>
border-color css
<style>
span { border-color: #6D82CE; }
span { border-color: rgb(109,130,206); }
td.TdClassName
{
border-color: #6D82CE;
}
.TagClassName
{
border-color: #6D82CE;
}
</style>