Shades of Wild Blue Yonder #6D7EC3
Tints of Wild Blue Yonder #6D7EC3
RGB
CMYK
RGB Variations
Color information
#6D7EC3 (or 0x6D7EC3) is known color: Wild Blue Yonder. HEX triplet: 6D, 7E and C3. RGB value is (109,126,195). Sum of RGB (Red+Green+Blue) = 109+126+195=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D7EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7EC3 is #92813C. Grayscale: #808080. Windows color (decimal): -9601341 or 12811885. OLE color: 12811885.
HSL color Cylindrical-coordinate representation of color #6D7EC3: hue angle of 228.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D7EC3 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 126 | 195 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.24 |
| HSL | 228.14º | 0.42% | 0.6% | - |
| HSV(B) | 228.14º | 0.44% | 0.76% | - |
| XYZ | 23.62 | 22.11 | 54.65 | - |
| YUV | 128.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 195 | 0.44 | 0.35 | 0 | 0.24 | 228.14 | 0.42 | 0.6 |
| Hex | 6D | 7E | C3 | 2C | 23 | 0 | 18 | E4 | 2A | 3C |
| Octal | 155 | 176 | 303 | 54 | 43 | 0 | 30 | 344 | 52 | 74 |
| Binary | 1101101 | 1111110 | 11000011 | 101100 | 100011 | 0 | 11000 | 11100100 | 101010 | 111100 |
Color Harmonies of #6D7EC3
Complementary color
Monochromatic Colors of #6D7EC3
Black with #6D7EC3
Text Example
Text Example
White with #6D7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7EC3; }
p { color: rgb(109,126,195); }
H1.HeaderClassName
{
color: #6D7EC3;
}
.AnyTagClassName
{
color: #6D7EC3;
}
</style>
background-color css
<style>
a { background-color: #6D7EC3; }
a { background-color: rgb(109,126,195); }
div.DivClassName
{
background-color: #6D7EC3;
}
.BgClassName
{
background-color: #6D7EC3;
}
</style>
border-color css
<style>
span { border-color: #6D7EC3; }
span { border-color: rgb(109,126,195); }
td.TdClassName
{
border-color: #6D7EC3;
}
.TagClassName
{
border-color: #6D7EC3;
}
</style>