Shades of Wild Blue Yonder #6D80CE
Tints of Wild Blue Yonder #6D80CE
RGB
CMYK
RGB Variations
Color information
#6D80CE (or 0x6D80CE) is known color: Wild Blue Yonder. HEX triplet: 6D, 80 and CE. RGB value is (109,128,206). Sum of RGB (Red+Green+Blue) = 109+128+206=443 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.60% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D80CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D80CE is #927F31. Grayscale: #828282. Windows color (decimal): -9600818 or 13533293. OLE color: 13533293.
HSL color Cylindrical-coordinate representation of color #6D80CE: hue angle of 228.25º 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 #6D80CE is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 128 | 206 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.19 |
| HSL | 228.25º | 0.5% | 0.62% | - |
| HSV(B) | 228.25º | 0.47% | 0.81% | - |
| XYZ | 25.17 | 23.15 | 61.53 | - |
| YUV | 131.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 128 | 206 | 0.47 | 0.38 | 0 | 0.19 | 228.25 | 0.5 | 0.62 |
| Hex | 6D | 80 | CE | 2F | 26 | 0 | 13 | E4 | 32 | 3E |
| Octal | 155 | 200 | 316 | 57 | 46 | 0 | 23 | 344 | 62 | 76 |
| Binary | 1101101 | 10000000 | 11001110 | 101111 | 100110 | 0 | 10011 | 11100100 | 110010 | 111110 |
Color Harmonies of #6D80CE
Complementary color
Monochromatic Colors of #6D80CE
Black with #6D80CE
Text Example
Text Example
White with #6D80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D80CE; }
p { color: rgb(109,128,206); }
H1.HeaderClassName
{
color: #6D80CE;
}
.AnyTagClassName
{
color: #6D80CE;
}
</style>
background-color css
<style>
a { background-color: #6D80CE; }
a { background-color: rgb(109,128,206); }
div.DivClassName
{
background-color: #6D80CE;
}
.BgClassName
{
background-color: #6D80CE;
}
</style>
border-color css
<style>
span { border-color: #6D80CE; }
span { border-color: rgb(109,128,206); }
td.TdClassName
{
border-color: #6D80CE;
}
.TagClassName
{
border-color: #6D80CE;
}
</style>