Shades of Wild Blue Yonder #6C83CC
Tints of Wild Blue Yonder #6C83CC
RGB
CMYK
RGB Variations
Color information
#6C83CC (or 0x6C83CC) is known color: Wild Blue Yonder. HEX triplet: 6C, 83 and CC. RGB value is (108,131,204). Sum of RGB (Red+Green+Blue) = 108+131+204=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C83CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C83CC is #937C33. Grayscale: #848484. Windows color (decimal): -9665588 or 13402988. OLE color: 13402988.
HSL color Cylindrical-coordinate representation of color #6C83CC: hue angle of 225.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C83CC is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 131 | 204 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.2 |
| HSL | 225.63º | 0.48% | 0.61% | - |
| HSV(B) | 225.63º | 0.47% | 0.8% | - |
| XYZ | 25.2 | 23.78 | 60.39 | - |
| YUV | 132.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 131 | 204 | 0.47 | 0.36 | 0 | 0.2 | 225.63 | 0.48 | 0.61 |
| Hex | 6C | 83 | CC | 2F | 24 | 0 | 14 | E2 | 30 | 3D |
| Octal | 154 | 203 | 314 | 57 | 44 | 0 | 24 | 342 | 60 | 75 |
| Binary | 1101100 | 10000011 | 11001100 | 101111 | 100100 | 0 | 10100 | 11100010 | 110000 | 111101 |
Color Harmonies of #6C83CC
Complementary color
Monochromatic Colors of #6C83CC
Black with #6C83CC
Text Example
Text Example
White with #6C83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C83CC; }
p { color: rgb(108,131,204); }
H1.HeaderClassName
{
color: #6C83CC;
}
.AnyTagClassName
{
color: #6C83CC;
}
</style>
background-color css
<style>
a { background-color: #6C83CC; }
a { background-color: rgb(108,131,204); }
div.DivClassName
{
background-color: #6C83CC;
}
.BgClassName
{
background-color: #6C83CC;
}
</style>
border-color css
<style>
span { border-color: #6C83CC; }
span { border-color: rgb(108,131,204); }
td.TdClassName
{
border-color: #6C83CC;
}
.TagClassName
{
border-color: #6C83CC;
}
</style>