Shades of Wild Blue Yonder #6A7FCB
Tints of Wild Blue Yonder #6A7FCB
RGB
CMYK
RGB Variations
Color information
#6A7FCB (or 0x6A7FCB) is known color: Wild Blue Yonder. HEX triplet: 6A, 7F and CB. RGB value is (106,127,203). Sum of RGB (Red+Green+Blue) = 106+127+203=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A7FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FCB is #958034. Grayscale: #818181. Windows color (decimal): -9797685 or 13336426. OLE color: 13336426.
HSL color Cylindrical-coordinate representation of color #6A7FCB: hue angle of 227.01º 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 #6A7FCB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 127 | 203 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.20 |
| HSL | 227.01º | 0.48% | 0.61% | - |
| HSV(B) | 227.01º | 0.48% | 0.8% | - |
| XYZ | 24.31 | 22.55 | 59.57 | - |
| YUV | 129.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 127 | 203 | 0.48 | 0.37 | 0 | 0.20 | 227.01 | 0.48 | 0.61 |
| Hex | 6A | 7F | CB | 30 | 25 | 0 | 14 | E3 | 30 | 3D |
| Octal | 152 | 177 | 313 | 60 | 45 | 0 | 24 | 343 | 60 | 75 |
| Binary | 1101010 | 1111111 | 11001011 | 110000 | 100101 | 0 | 10100 | 11100011 | 110000 | 111101 |
Color Harmonies of #6A7FCB
Complementary color
Monochromatic Colors of #6A7FCB
Black with #6A7FCB
Text Example
Text Example
White with #6A7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7FCB; }
p { color: rgb(106,127,203); }
H1.HeaderClassName
{
color: #6A7FCB;
}
.AnyTagClassName
{
color: #6A7FCB;
}
</style>
background-color css
<style>
a { background-color: #6A7FCB; }
a { background-color: rgb(106,127,203); }
div.DivClassName
{
background-color: #6A7FCB;
}
.BgClassName
{
background-color: #6A7FCB;
}
</style>
border-color css
<style>
span { border-color: #6A7FCB; }
span { border-color: rgb(106,127,203); }
td.TdClassName
{
border-color: #6A7FCB;
}
.TagClassName
{
border-color: #6A7FCB;
}
</style>