Shades of Wild Blue Yonder #6B7ECC
Tints of Wild Blue Yonder #6B7ECC
RGB
CMYK
RGB Variations
Color information
#6B7ECC (or 0x6B7ECC) is known color: Wild Blue Yonder. HEX triplet: 6B, 7E and CC. RGB value is (107,126,204). Sum of RGB (Red+Green+Blue) = 107+126+204=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7ECC is #948133. Grayscale: #808080. Windows color (decimal): -9732404 or 13401707. OLE color: 13401707.
HSL color Cylindrical-coordinate representation of color #6B7ECC: hue angle of 228.25º degrees, saturation: 0.49, 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 #6B7ECC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 126 | 204 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.2 |
| HSL | 228.25º | 0.49% | 0.61% | - |
| HSV(B) | 228.25º | 0.48% | 0.8% | - |
| XYZ | 24.42 | 22.41 | 60.16 | - |
| YUV | 129.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 204 | 0.48 | 0.38 | 0 | 0.2 | 228.25 | 0.49 | 0.61 |
| Hex | 6B | 7E | CC | 30 | 26 | 0 | 14 | E4 | 31 | 3D |
| Octal | 153 | 176 | 314 | 60 | 46 | 0 | 24 | 344 | 61 | 75 |
| Binary | 1101011 | 1111110 | 11001100 | 110000 | 100110 | 0 | 10100 | 11100100 | 110001 | 111101 |
Color Harmonies of #6B7ECC
Complementary color
Monochromatic Colors of #6B7ECC
Black with #6B7ECC
Text Example
Text Example
White with #6B7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7ECC; }
p { color: rgb(107,126,204); }
H1.HeaderClassName
{
color: #6B7ECC;
}
.AnyTagClassName
{
color: #6B7ECC;
}
</style>
background-color css
<style>
a { background-color: #6B7ECC; }
a { background-color: rgb(107,126,204); }
div.DivClassName
{
background-color: #6B7ECC;
}
.BgClassName
{
background-color: #6B7ECC;
}
</style>
border-color css
<style>
span { border-color: #6B7ECC; }
span { border-color: rgb(107,126,204); }
td.TdClassName
{
border-color: #6B7ECC;
}
.TagClassName
{
border-color: #6B7ECC;
}
</style>