Shades of Jordy Blue #6EABDA
Tints of Jordy Blue #6EABDA
RGB
CMYK
RGB Variations
Color information
#6EABDA (or 0x6EABDA) is known color: Jordy Blue. HEX triplet: 6E, AB and DA. RGB value is (110,171,218). Sum of RGB (Red+Green+Blue) = 110+171+218=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABDA is #915425. Grayscale: #9D9D9D. Windows color (decimal): -9524262 or 14330734. OLE color: 14330734.
HSL color Cylindrical-coordinate representation of color #6EABDA: hue angle of 206.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EABDA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 171 | 218 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.15 |
| HSL | 206.11º | 0.59% | 0.64% | - |
| HSV(B) | 206.11º | 0.5% | 0.85% | - |
| XYZ | 33.65 | 37.5 | 71.79 | - |
| YUV | 158.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 218 | 0.50 | 0.22 | 0 | 0.15 | 206.11 | 0.59 | 0.64 |
| Hex | 6E | AB | DA | 32 | 16 | 0 | F | CE | 3B | 40 |
| Octal | 156 | 253 | 332 | 62 | 26 | 0 | 17 | 316 | 73 | 100 |
| Binary | 1101110 | 10101011 | 11011010 | 110010 | 10110 | 0 | 1111 | 11001110 | 111011 | 1000000 |
Color Harmonies of #6EABDA
Complementary color
Monochromatic Colors of #6EABDA
Black with #6EABDA
Text Example
Text Example
White with #6EABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABDA; }
p { color: rgb(110,171,218); }
H1.HeaderClassName
{
color: #6EABDA;
}
.AnyTagClassName
{
color: #6EABDA;
}
</style>
background-color css
<style>
a { background-color: #6EABDA; }
a { background-color: rgb(110,171,218); }
div.DivClassName
{
background-color: #6EABDA;
}
.BgClassName
{
background-color: #6EABDA;
}
</style>
border-color css
<style>
span { border-color: #6EABDA; }
span { border-color: rgb(110,171,218); }
td.TdClassName
{
border-color: #6EABDA;
}
.TagClassName
{
border-color: #6EABDA;
}
</style>