Shades of Wild Blue Yonder #6C85CC
Tints of Wild Blue Yonder #6C85CC
RGB
CMYK
RGB Variations
Color information
#6C85CC (or 0x6C85CC) is known color: Wild Blue Yonder. HEX triplet: 6C, 85 and CC. RGB value is (108,133,204). Sum of RGB (Red+Green+Blue) = 108+133+204=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C85CC is #937A33. Grayscale: #858585. Windows color (decimal): -9665076 or 13403500. OLE color: 13403500.
HSL color Cylindrical-coordinate representation of color #6C85CC: hue angle of 224.38º 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 #6C85CC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 133 | 204 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.2 |
| HSL | 224.38º | 0.48% | 0.61% | - |
| HSV(B) | 224.38º | 0.47% | 0.8% | - |
| XYZ | 25.47 | 24.32 | 60.48 | - |
| YUV | 133.62 | 167.72 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 204 | 0.47 | 0.35 | 0 | 0.2 | 224.38 | 0.48 | 0.61 |
| Hex | 6C | 85 | CC | 2F | 23 | 0 | 14 | E0 | 30 | 3D |
| Octal | 154 | 205 | 314 | 57 | 43 | 0 | 24 | 340 | 60 | 75 |
| Binary | 1101100 | 10000101 | 11001100 | 101111 | 100011 | 0 | 10100 | 11100000 | 110000 | 111101 |
Color Harmonies of #6C85CC
Complementary color
Monochromatic Colors of #6C85CC
Black with #6C85CC
Text Example
Text Example
White with #6C85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C85CC; }
p { color: rgb(108,133,204); }
H1.HeaderClassName
{
color: #6C85CC;
}
.AnyTagClassName
{
color: #6C85CC;
}
</style>
background-color css
<style>
a { background-color: #6C85CC; }
a { background-color: rgb(108,133,204); }
div.DivClassName
{
background-color: #6C85CC;
}
.BgClassName
{
background-color: #6C85CC;
}
</style>
border-color css
<style>
span { border-color: #6C85CC; }
span { border-color: rgb(108,133,204); }
td.TdClassName
{
border-color: #6C85CC;
}
.TagClassName
{
border-color: #6C85CC;
}
</style>