Shades of Wild Blue Yonder #6C7DCD
Tints of Wild Blue Yonder #6C7DCD
RGB
CMYK
RGB Variations
Color information
#6C7DCD (or 0x6C7DCD) is known color: Wild Blue Yonder. HEX triplet: 6C, 7D and CD. RGB value is (108,125,205). Sum of RGB (Red+Green+Blue) = 108+125+205=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7DCD is #938232. Grayscale: #808080. Windows color (decimal): -9667123 or 13466988. OLE color: 13466988.
HSL color Cylindrical-coordinate representation of color #6C7DCD: hue angle of 229.48º degrees, saturation: 0.49, 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 #6C7DCD is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 125 | 205 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.20 |
| HSL | 229.48º | 0.49% | 0.61% | - |
| HSV(B) | 229.48º | 0.47% | 0.8% | - |
| XYZ | 24.54 | 22.26 | 60.76 | - |
| YUV | 129.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 125 | 205 | 0.47 | 0.39 | 0 | 0.20 | 229.48 | 0.49 | 0.61 |
| Hex | 6C | 7D | CD | 2F | 27 | 0 | 14 | E5 | 31 | 3D |
| Octal | 154 | 175 | 315 | 57 | 47 | 0 | 24 | 345 | 61 | 75 |
| Binary | 1101100 | 1111101 | 11001101 | 101111 | 100111 | 0 | 10100 | 11100101 | 110001 | 111101 |
Color Harmonies of #6C7DCD
Complementary color
Monochromatic Colors of #6C7DCD
Black with #6C7DCD
Text Example
Text Example
White with #6C7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7DCD; }
p { color: rgb(108,125,205); }
H1.HeaderClassName
{
color: #6C7DCD;
}
.AnyTagClassName
{
color: #6C7DCD;
}
</style>
background-color css
<style>
a { background-color: #6C7DCD; }
a { background-color: rgb(108,125,205); }
div.DivClassName
{
background-color: #6C7DCD;
}
.BgClassName
{
background-color: #6C7DCD;
}
</style>
border-color css
<style>
span { border-color: #6C7DCD; }
span { border-color: rgb(108,125,205); }
td.TdClassName
{
border-color: #6C7DCD;
}
.TagClassName
{
border-color: #6C7DCD;
}
</style>