Shades of Jordy Blue #6EA8D6
Tints of Jordy Blue #6EA8D6
RGB
CMYK
RGB Variations
Color information
#6EA8D6 (or 0x6EA8D6) is known color: Jordy Blue. HEX triplet: 6E, A8 and D6. RGB value is (110,168,214). Sum of RGB (Red+Green+Blue) = 110+168+214=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #6EA8D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA8D6 is #915729. Grayscale: #9B9B9B. Windows color (decimal): -9525034 or 14067822. OLE color: 14067822.
HSL color Cylindrical-coordinate representation of color #6EA8D6: hue angle of 206.54º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EA8D6 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 168 | 214 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.16 |
| HSL | 206.54º | 0.56% | 0.64% | - |
| HSV(B) | 206.54º | 0.49% | 0.84% | - |
| XYZ | 32.57 | 36.18 | 68.88 | - |
| YUV | 155.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 168 | 214 | 0.49 | 0.21 | 0 | 0.16 | 206.54 | 0.56 | 0.64 |
| Hex | 6E | A8 | D6 | 31 | 15 | 0 | 10 | CF | 38 | 40 |
| Octal | 156 | 250 | 326 | 61 | 25 | 0 | 20 | 317 | 70 | 100 |
| Binary | 1101110 | 10101000 | 11010110 | 110001 | 10101 | 0 | 10000 | 11001111 | 111000 | 1000000 |
Color Harmonies of #6EA8D6
Complementary color
Monochromatic Colors of #6EA8D6
Black with #6EA8D6
Text Example
Text Example
White with #6EA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA8D6; }
p { color: rgb(110,168,214); }
H1.HeaderClassName
{
color: #6EA8D6;
}
.AnyTagClassName
{
color: #6EA8D6;
}
</style>
background-color css
<style>
a { background-color: #6EA8D6; }
a { background-color: rgb(110,168,214); }
div.DivClassName
{
background-color: #6EA8D6;
}
.BgClassName
{
background-color: #6EA8D6;
}
</style>
border-color css
<style>
span { border-color: #6EA8D6; }
span { border-color: rgb(110,168,214); }
td.TdClassName
{
border-color: #6EA8D6;
}
.TagClassName
{
border-color: #6EA8D6;
}
</style>