Shades of Wild Blue Yonder #6F7DC1
Tints of Wild Blue Yonder #6F7DC1
RGB
CMYK
RGB Variations
Color information
#6F7DC1 (or 0x6F7DC1) is known color: Wild Blue Yonder. HEX triplet: 6F, 7D and C1. RGB value is (111,125,193). Sum of RGB (Red+Green+Blue) = 111+125+193=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F7DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DC1 is #90823E. Grayscale: #808080. Windows color (decimal): -9470527 or 12680559. OLE color: 12680559.
HSL color Cylindrical-coordinate representation of color #6F7DC1: hue angle of 229.76º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F7DC1 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 125 | 193 | - |
| CMYK | 0.42 | 0.35 | 0 | 0.24 |
| HSL | 229.76º | 0.4% | 0.6% | - |
| HSV(B) | 229.76º | 0.42% | 0.76% | - |
| XYZ | 23.51 | 21.9 | 53.44 | - |
| YUV | 128.57 | 164.36 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 193 | 0.42 | 0.35 | 0 | 0.24 | 229.76 | 0.4 | 0.6 |
| Hex | 6F | 7D | C1 | 2A | 23 | 0 | 18 | E6 | 28 | 3C |
| Octal | 157 | 175 | 301 | 52 | 43 | 0 | 30 | 346 | 50 | 74 |
| Binary | 1101111 | 1111101 | 11000001 | 101010 | 100011 | 0 | 11000 | 11100110 | 101000 | 111100 |
Color Harmonies of #6F7DC1
Complementary color
Monochromatic Colors of #6F7DC1
Black with #6F7DC1
Text Example
Text Example
White with #6F7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7DC1; }
p { color: rgb(111,125,193); }
H1.HeaderClassName
{
color: #6F7DC1;
}
.AnyTagClassName
{
color: #6F7DC1;
}
</style>
background-color css
<style>
a { background-color: #6F7DC1; }
a { background-color: rgb(111,125,193); }
div.DivClassName
{
background-color: #6F7DC1;
}
.BgClassName
{
background-color: #6F7DC1;
}
</style>
border-color css
<style>
span { border-color: #6F7DC1; }
span { border-color: rgb(111,125,193); }
td.TdClassName
{
border-color: #6F7DC1;
}
.TagClassName
{
border-color: #6F7DC1;
}
</style>