Shades of Wild Blue Yonder #6C7FCF
Tints of Wild Blue Yonder #6C7FCF
RGB
CMYK
RGB Variations
Color information
#6C7FCF (or 0x6C7FCF) is known color: Wild Blue Yonder. HEX triplet: 6C, 7F and CF. RGB value is (108,127,207). Sum of RGB (Red+Green+Blue) = 108+127+207=442 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.43% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C7FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7FCF is #938030. Grayscale: #828282. Windows color (decimal): -9666609 or 13598572. OLE color: 13598572.
HSL color Cylindrical-coordinate representation of color #6C7FCF: hue angle of 228.48º 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 #6C7FCF is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 127 | 207 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.19 |
| HSL | 228.48º | 0.51% | 0.62% | - |
| HSV(B) | 228.48º | 0.48% | 0.81% | - |
| XYZ | 25.04 | 22.87 | 62.13 | - |
| YUV | 130.44 | 171.21 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 127 | 207 | 0.48 | 0.39 | 0 | 0.19 | 228.48 | 0.51 | 0.62 |
| Hex | 6C | 7F | CF | 30 | 27 | 0 | 13 | E4 | 33 | 3E |
| Octal | 154 | 177 | 317 | 60 | 47 | 0 | 23 | 344 | 63 | 76 |
| Binary | 1101100 | 1111111 | 11001111 | 110000 | 100111 | 0 | 10011 | 11100100 | 110011 | 111110 |
Color Harmonies of #6C7FCF
Complementary color
Monochromatic Colors of #6C7FCF
Black with #6C7FCF
Text Example
Text Example
White with #6C7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7FCF; }
p { color: rgb(108,127,207); }
H1.HeaderClassName
{
color: #6C7FCF;
}
.AnyTagClassName
{
color: #6C7FCF;
}
</style>
background-color css
<style>
a { background-color: #6C7FCF; }
a { background-color: rgb(108,127,207); }
div.DivClassName
{
background-color: #6C7FCF;
}
.BgClassName
{
background-color: #6C7FCF;
}
</style>
border-color css
<style>
span { border-color: #6C7FCF; }
span { border-color: rgb(108,127,207); }
td.TdClassName
{
border-color: #6C7FCF;
}
.TagClassName
{
border-color: #6C7FCF;
}
</style>