Shades of Wild Blue Yonder #6A7ECB
Tints of Wild Blue Yonder #6A7ECB
RGB
CMYK
RGB Variations
Color information
#6A7ECB (or 0x6A7ECB) is known color: Wild Blue Yonder. HEX triplet: 6A, 7E and CB. RGB value is (106,126,203). Sum of RGB (Red+Green+Blue) = 106+126+203=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A7ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7ECB is #958134. Grayscale: #808080. Windows color (decimal): -9797941 or 13336170. OLE color: 13336170.
HSL color Cylindrical-coordinate representation of color #6A7ECB: hue angle of 227.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A7ECB is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 126 | 203 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.20 |
| HSL | 227.63º | 0.48% | 0.61% | - |
| HSV(B) | 227.63º | 0.48% | 0.8% | - |
| XYZ | 24.18 | 22.3 | 59.53 | - |
| YUV | 128.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 203 | 0.48 | 0.38 | 0 | 0.20 | 227.63 | 0.48 | 0.61 |
| Hex | 6A | 7E | CB | 30 | 26 | 0 | 14 | E4 | 30 | 3D |
| Octal | 152 | 176 | 313 | 60 | 46 | 0 | 24 | 344 | 60 | 75 |
| Binary | 1101010 | 1111110 | 11001011 | 110000 | 100110 | 0 | 10100 | 11100100 | 110000 | 111101 |
Color Harmonies of #6A7ECB
Complementary color
Monochromatic Colors of #6A7ECB
Black with #6A7ECB
Text Example
Text Example
White with #6A7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7ECB; }
p { color: rgb(106,126,203); }
H1.HeaderClassName
{
color: #6A7ECB;
}
.AnyTagClassName
{
color: #6A7ECB;
}
</style>
background-color css
<style>
a { background-color: #6A7ECB; }
a { background-color: rgb(106,126,203); }
div.DivClassName
{
background-color: #6A7ECB;
}
.BgClassName
{
background-color: #6A7ECB;
}
</style>
border-color css
<style>
span { border-color: #6A7ECB; }
span { border-color: rgb(106,126,203); }
td.TdClassName
{
border-color: #6A7ECB;
}
.TagClassName
{
border-color: #6A7ECB;
}
</style>