Shades of Wild Blue Yonder #6E8CCB
Tints of Wild Blue Yonder #6E8CCB
RGB
CMYK
RGB Variations
Color information
#6E8CCB (or 0x6E8CCB) is known color: Wild Blue Yonder. HEX triplet: 6E, 8C and CB. RGB value is (110,140,203). Sum of RGB (Red+Green+Blue) = 110+140+203=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E8CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8CCB is #917334. Grayscale: #898989. Windows color (decimal): -9532213 or 13339758. OLE color: 13339758.
HSL color Cylindrical-coordinate representation of color #6E8CCB: hue angle of 220.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E8CCB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 140 | 203 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.20 |
| HSL | 220.65º | 0.47% | 0.61% | - |
| HSV(B) | 220.65º | 0.46% | 0.8% | - |
| XYZ | 26.59 | 26.38 | 60.19 | - |
| YUV | 138.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 203 | 0.46 | 0.31 | 0 | 0.20 | 220.65 | 0.47 | 0.61 |
| Hex | 6E | 8C | CB | 2E | 1F | 0 | 14 | DD | 2F | 3D |
| Octal | 156 | 214 | 313 | 56 | 37 | 0 | 24 | 335 | 57 | 75 |
| Binary | 1101110 | 10001100 | 11001011 | 101110 | 11111 | 0 | 10100 | 11011101 | 101111 | 111101 |
Color Harmonies of #6E8CCB
Complementary color
Monochromatic Colors of #6E8CCB
Black with #6E8CCB
Text Example
Text Example
White with #6E8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8CCB; }
p { color: rgb(110,140,203); }
H1.HeaderClassName
{
color: #6E8CCB;
}
.AnyTagClassName
{
color: #6E8CCB;
}
</style>
background-color css
<style>
a { background-color: #6E8CCB; }
a { background-color: rgb(110,140,203); }
div.DivClassName
{
background-color: #6E8CCB;
}
.BgClassName
{
background-color: #6E8CCB;
}
</style>
border-color css
<style>
span { border-color: #6E8CCB; }
span { border-color: rgb(110,140,203); }
td.TdClassName
{
border-color: #6E8CCB;
}
.TagClassName
{
border-color: #6E8CCB;
}
</style>