Shades of Wild Blue Yonder #6C7FCE
Tints of Wild Blue Yonder #6C7FCE
RGB
CMYK
RGB Variations
Color information
#6C7FCE (or 0x6C7FCE) is known color: Wild Blue Yonder. HEX triplet: 6C, 7F and CE. RGB value is (108,127,206). Sum of RGB (Red+Green+Blue) = 108+127+206=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C7FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7FCE is #938031. Grayscale: #818181. Windows color (decimal): -9666610 or 13533036. OLE color: 13533036.
HSL color Cylindrical-coordinate representation of color #6C7FCE: hue angle of 228.37º degrees, saturation: 0.5, 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 #6C7FCE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 127 | 206 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.19 |
| HSL | 228.37º | 0.5% | 0.62% | - |
| HSV(B) | 228.37º | 0.48% | 0.81% | - |
| XYZ | 24.91 | 22.82 | 61.48 | - |
| YUV | 130.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 127 | 206 | 0.48 | 0.38 | 0 | 0.19 | 228.37 | 0.5 | 0.62 |
| Hex | 6C | 7F | CE | 30 | 26 | 0 | 13 | E4 | 32 | 3E |
| Octal | 154 | 177 | 316 | 60 | 46 | 0 | 23 | 344 | 62 | 76 |
| Binary | 1101100 | 1111111 | 11001110 | 110000 | 100110 | 0 | 10011 | 11100100 | 110010 | 111110 |
Color Harmonies of #6C7FCE
Complementary color
Monochromatic Colors of #6C7FCE
Black with #6C7FCE
Text Example
Text Example
White with #6C7FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7FCE; }
p { color: rgb(108,127,206); }
H1.HeaderClassName
{
color: #6C7FCE;
}
.AnyTagClassName
{
color: #6C7FCE;
}
</style>
background-color css
<style>
a { background-color: #6C7FCE; }
a { background-color: rgb(108,127,206); }
div.DivClassName
{
background-color: #6C7FCE;
}
.BgClassName
{
background-color: #6C7FCE;
}
</style>
border-color css
<style>
span { border-color: #6C7FCE; }
span { border-color: rgb(108,127,206); }
td.TdClassName
{
border-color: #6C7FCE;
}
.TagClassName
{
border-color: #6C7FCE;
}
</style>