Shades of Wild Blue Yonder #6C80D2
Tints of Wild Blue Yonder #6C80D2
RGB
CMYK
RGB Variations
Color information
#6C80D2 (or 0x6C80D2) is known color: Wild Blue Yonder. HEX triplet: 6C, 80 and D2. RGB value is (108,128,210). Sum of RGB (Red+Green+Blue) = 108+128+210=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #6C80D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C80D2 is #937F2D. Grayscale: #838383. Windows color (decimal): -9666350 or 13795436. OLE color: 13795436.
HSL color Cylindrical-coordinate representation of color #6C80D2: hue angle of 228.24º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C80D2 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 128 | 210 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.18 |
| HSL | 228.24º | 0.53% | 0.62% | - |
| HSV(B) | 228.24º | 0.49% | 0.82% | - |
| XYZ | 25.54 | 23.28 | 64.12 | - |
| YUV | 131.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 128 | 210 | 0.49 | 0.39 | 0 | 0.18 | 228.24 | 0.53 | 0.62 |
| Hex | 6C | 80 | D2 | 31 | 27 | 0 | 12 | E4 | 35 | 3E |
| Octal | 154 | 200 | 322 | 61 | 47 | 0 | 22 | 344 | 65 | 76 |
| Binary | 1101100 | 10000000 | 11010010 | 110001 | 100111 | 0 | 10010 | 11100100 | 110101 | 111110 |
Color Harmonies of #6C80D2
Complementary color
Monochromatic Colors of #6C80D2
Black with #6C80D2
Text Example
Text Example
White with #6C80D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C80D2; }
p { color: rgb(108,128,210); }
H1.HeaderClassName
{
color: #6C80D2;
}
.AnyTagClassName
{
color: #6C80D2;
}
</style>
background-color css
<style>
a { background-color: #6C80D2; }
a { background-color: rgb(108,128,210); }
div.DivClassName
{
background-color: #6C80D2;
}
.BgClassName
{
background-color: #6C80D2;
}
</style>
border-color css
<style>
span { border-color: #6C80D2; }
span { border-color: rgb(108,128,210); }
td.TdClassName
{
border-color: #6C80D2;
}
.TagClassName
{
border-color: #6C80D2;
}
</style>