Shades of Wild Blue Yonder #6F7CCE
Tints of Wild Blue Yonder #6F7CCE
RGB
CMYK
RGB Variations
Color information
#6F7CCE (or 0x6F7CCE) is known color: Wild Blue Yonder. HEX triplet: 6F, 7C and CE. RGB value is (111,124,206). Sum of RGB (Red+Green+Blue) = 111+124+206=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 124 (48.83% from 255 or 28.12% 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 #6F7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CCE is #908331. Grayscale: #818181. Windows color (decimal): -9470770 or 13532271. OLE color: 13532271.
HSL color Cylindrical-coordinate representation of color #6F7CCE: hue angle of 231.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7CCE is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 124 | 206 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.19 |
| HSL | 231.79º | 0.49% | 0.62% | - |
| HSV(B) | 231.79º | 0.46% | 0.81% | - |
| XYZ | 24.9 | 22.25 | 61.37 | - |
| YUV | 129.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 206 | 0.46 | 0.40 | 0 | 0.19 | 231.79 | 0.49 | 0.62 |
| Hex | 6F | 7C | CE | 2E | 28 | 0 | 13 | E8 | 31 | 3E |
| Octal | 157 | 174 | 316 | 56 | 50 | 0 | 23 | 350 | 61 | 76 |
| Binary | 1101111 | 1111100 | 11001110 | 101110 | 101000 | 0 | 10011 | 11101000 | 110001 | 111110 |
Color Harmonies of #6F7CCE
Complementary color
Monochromatic Colors of #6F7CCE
Black with #6F7CCE
Text Example
Text Example
White with #6F7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7CCE; }
p { color: rgb(111,124,206); }
H1.HeaderClassName
{
color: #6F7CCE;
}
.AnyTagClassName
{
color: #6F7CCE;
}
</style>
background-color css
<style>
a { background-color: #6F7CCE; }
a { background-color: rgb(111,124,206); }
div.DivClassName
{
background-color: #6F7CCE;
}
.BgClassName
{
background-color: #6F7CCE;
}
</style>
border-color css
<style>
span { border-color: #6F7CCE; }
span { border-color: rgb(111,124,206); }
td.TdClassName
{
border-color: #6F7CCE;
}
.TagClassName
{
border-color: #6F7CCE;
}
</style>