Shades of Wild Blue Yonder #6B80CF
Tints of Wild Blue Yonder #6B80CF
RGB
CMYK
RGB Variations
Color information
#6B80CF (or 0x6B80CF) is known color: Wild Blue Yonder. HEX triplet: 6B, 80 and CF. RGB value is (107,128,207). Sum of RGB (Red+Green+Blue) = 107+128+207=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B80CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B80CF is #947F30. Grayscale: #828282. Windows color (decimal): -9731889 or 13598827. OLE color: 13598827.
HSL color Cylindrical-coordinate representation of color #6B80CF: hue angle of 227.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B80CF is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 128 | 207 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.19 |
| HSL | 227.4º | 0.51% | 0.62% | - |
| HSV(B) | 227.4º | 0.48% | 0.81% | - |
| XYZ | 25.05 | 23.07 | 62.16 | - |
| YUV | 130.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 207 | 0.48 | 0.38 | 0 | 0.19 | 227.4 | 0.51 | 0.62 |
| Hex | 6B | 80 | CF | 30 | 26 | 0 | 13 | E3 | 33 | 3E |
| Octal | 153 | 200 | 317 | 60 | 46 | 0 | 23 | 343 | 63 | 76 |
| Binary | 1101011 | 10000000 | 11001111 | 110000 | 100110 | 0 | 10011 | 11100011 | 110011 | 111110 |
Color Harmonies of #6B80CF
Complementary color
Monochromatic Colors of #6B80CF
Black with #6B80CF
Text Example
Text Example
White with #6B80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B80CF; }
p { color: rgb(107,128,207); }
H1.HeaderClassName
{
color: #6B80CF;
}
.AnyTagClassName
{
color: #6B80CF;
}
</style>
background-color css
<style>
a { background-color: #6B80CF; }
a { background-color: rgb(107,128,207); }
div.DivClassName
{
background-color: #6B80CF;
}
.BgClassName
{
background-color: #6B80CF;
}
</style>
border-color css
<style>
span { border-color: #6B80CF; }
span { border-color: rgb(107,128,207); }
td.TdClassName
{
border-color: #6B80CF;
}
.TagClassName
{
border-color: #6B80CF;
}
</style>