Shades of Jordy Blue #6E9BDC
Tints of Jordy Blue #6E9BDC
RGB
CMYK
RGB Variations
Color information
#6E9BDC (or 0x6E9BDC) is known color: Jordy Blue. HEX triplet: 6E, 9B and DC. RGB value is (110,155,220). Sum of RGB (Red+Green+Blue) = 110+155+220=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9BDC is #916423. Grayscale: #949494. Windows color (decimal): -9528356 or 14457710. OLE color: 14457710.
HSL color Cylindrical-coordinate representation of color #6E9BDC: hue angle of 215.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E9BDC is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 155 | 220 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.14 |
| HSL | 215.45º | 0.61% | 0.65% | - |
| HSV(B) | 215.45º | 0.5% | 0.86% | - |
| XYZ | 31.07 | 31.93 | 72.23 | - |
| YUV | 148.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 155 | 220 | 0.50 | 0.30 | 0 | 0.14 | 215.45 | 0.61 | 0.65 |
| Hex | 6E | 9B | DC | 32 | 1E | 0 | E | D7 | 3D | 41 |
| Octal | 156 | 233 | 334 | 62 | 36 | 0 | 16 | 327 | 75 | 101 |
| Binary | 1101110 | 10011011 | 11011100 | 110010 | 11110 | 0 | 1110 | 11010111 | 111101 | 1000001 |
Color Harmonies of #6E9BDC
Complementary color
Monochromatic Colors of #6E9BDC
Black with #6E9BDC
Text Example
Text Example
White with #6E9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9BDC; }
p { color: rgb(110,155,220); }
H1.HeaderClassName
{
color: #6E9BDC;
}
.AnyTagClassName
{
color: #6E9BDC;
}
</style>
background-color css
<style>
a { background-color: #6E9BDC; }
a { background-color: rgb(110,155,220); }
div.DivClassName
{
background-color: #6E9BDC;
}
.BgClassName
{
background-color: #6E9BDC;
}
</style>
border-color css
<style>
span { border-color: #6E9BDC; }
span { border-color: rgb(110,155,220); }
td.TdClassName
{
border-color: #6E9BDC;
}
.TagClassName
{
border-color: #6E9BDC;
}
</style>