Shades of Wild Blue Yonder #6C84CF
Tints of Wild Blue Yonder #6C84CF
RGB
CMYK
RGB Variations
Color information
#6C84CF (or 0x6C84CF) is known color: Wild Blue Yonder. HEX triplet: 6C, 84 and CF. RGB value is (108,132,207). Sum of RGB (Red+Green+Blue) = 108+132+207=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C84CF is #937B30. Grayscale: #858585. Windows color (decimal): -9665329 or 13599852. OLE color: 13599852.
HSL color Cylindrical-coordinate representation of color #6C84CF: hue angle of 225.45º 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 #6C84CF is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 132 | 207 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.19 |
| HSL | 225.45º | 0.51% | 0.62% | - |
| HSV(B) | 225.45º | 0.48% | 0.81% | - |
| XYZ | 25.7 | 24.2 | 62.35 | - |
| YUV | 133.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 207 | 0.48 | 0.36 | 0 | 0.19 | 225.45 | 0.51 | 0.62 |
| Hex | 6C | 84 | CF | 30 | 24 | 0 | 13 | E1 | 33 | 3E |
| Octal | 154 | 204 | 317 | 60 | 44 | 0 | 23 | 341 | 63 | 76 |
| Binary | 1101100 | 10000100 | 11001111 | 110000 | 100100 | 0 | 10011 | 11100001 | 110011 | 111110 |
Color Harmonies of #6C84CF
Complementary color
Monochromatic Colors of #6C84CF
Black with #6C84CF
Text Example
Text Example
White with #6C84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C84CF; }
p { color: rgb(108,132,207); }
H1.HeaderClassName
{
color: #6C84CF;
}
.AnyTagClassName
{
color: #6C84CF;
}
</style>
background-color css
<style>
a { background-color: #6C84CF; }
a { background-color: rgb(108,132,207); }
div.DivClassName
{
background-color: #6C84CF;
}
.BgClassName
{
background-color: #6C84CF;
}
</style>
border-color css
<style>
span { border-color: #6C84CF; }
span { border-color: rgb(108,132,207); }
td.TdClassName
{
border-color: #6C84CF;
}
.TagClassName
{
border-color: #6C84CF;
}
</style>