Shades of Wild Blue Yonder #6F7DCE
Tints of Wild Blue Yonder #6F7DCE
RGB
CMYK
RGB Variations
Color information
#6F7DCE (or 0x6F7DCE) is known color: Wild Blue Yonder. HEX triplet: 6F, 7D and CE. RGB value is (111,125,206). Sum of RGB (Red+Green+Blue) = 111+125+206=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F7DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DCE is #908231. Grayscale: #818181. Windows color (decimal): -9470514 or 13532527. OLE color: 13532527.
HSL color Cylindrical-coordinate representation of color #6F7DCE: hue angle of 231.16º 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 #6F7DCE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 125 | 206 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.19 |
| HSL | 231.16º | 0.49% | 0.62% | - |
| HSV(B) | 231.16º | 0.46% | 0.81% | - |
| XYZ | 25.03 | 22.5 | 61.42 | - |
| YUV | 130.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 206 | 0.46 | 0.39 | 0 | 0.19 | 231.16 | 0.49 | 0.62 |
| Hex | 6F | 7D | CE | 2E | 27 | 0 | 13 | E7 | 31 | 3E |
| Octal | 157 | 175 | 316 | 56 | 47 | 0 | 23 | 347 | 61 | 76 |
| Binary | 1101111 | 1111101 | 11001110 | 101110 | 100111 | 0 | 10011 | 11100111 | 110001 | 111110 |
Color Harmonies of #6F7DCE
Complementary color
Monochromatic Colors of #6F7DCE
Black with #6F7DCE
Text Example
Text Example
White with #6F7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DCE; }
p { color: rgb(111,125,206); }
H1.HeaderClassName
{
color: #6F7DCE;
}
.AnyTagClassName
{
color: #6F7DCE;
}
</style>
background-color css
<style>
a { background-color: #6F7DCE; }
a { background-color: rgb(111,125,206); }
div.DivClassName
{
background-color: #6F7DCE;
}
.BgClassName
{
background-color: #6F7DCE;
}
</style>
border-color css
<style>
span { border-color: #6F7DCE; }
span { border-color: rgb(111,125,206); }
td.TdClassName
{
border-color: #6F7DCE;
}
.TagClassName
{
border-color: #6F7DCE;
}
</style>