Shades of Wild Blue Yonder #6C82CF
Tints of Wild Blue Yonder #6C82CF
RGB
CMYK
RGB Variations
Color information
#6C82CF (or 0x6C82CF) is known color: Wild Blue Yonder. HEX triplet: 6C, 82 and CF. RGB value is (108,130,207). Sum of RGB (Red+Green+Blue) = 108+130+207=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C82CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C82CF is #937D30. Grayscale: #838383. Windows color (decimal): -9665841 or 13599340. OLE color: 13599340.
HSL color Cylindrical-coordinate representation of color #6C82CF: hue angle of 226.67º 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 #6C82CF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 130 | 207 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.19 |
| HSL | 226.67º | 0.51% | 0.62% | - |
| HSV(B) | 226.67º | 0.48% | 0.81% | - |
| XYZ | 25.43 | 23.66 | 62.26 | - |
| YUV | 132.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 207 | 0.48 | 0.37 | 0 | 0.19 | 226.67 | 0.51 | 0.62 |
| Hex | 6C | 82 | CF | 30 | 25 | 0 | 13 | E3 | 33 | 3E |
| Octal | 154 | 202 | 317 | 60 | 45 | 0 | 23 | 343 | 63 | 76 |
| Binary | 1101100 | 10000010 | 11001111 | 110000 | 100101 | 0 | 10011 | 11100011 | 110011 | 111110 |
Color Harmonies of #6C82CF
Complementary color
Monochromatic Colors of #6C82CF
Black with #6C82CF
Text Example
Text Example
White with #6C82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C82CF; }
p { color: rgb(108,130,207); }
H1.HeaderClassName
{
color: #6C82CF;
}
.AnyTagClassName
{
color: #6C82CF;
}
</style>
background-color css
<style>
a { background-color: #6C82CF; }
a { background-color: rgb(108,130,207); }
div.DivClassName
{
background-color: #6C82CF;
}
.BgClassName
{
background-color: #6C82CF;
}
</style>
border-color css
<style>
span { border-color: #6C82CF; }
span { border-color: rgb(108,130,207); }
td.TdClassName
{
border-color: #6C82CF;
}
.TagClassName
{
border-color: #6C82CF;
}
</style>