Shades of Jordy Blue #6DAEEA
Tints of Jordy Blue #6DAEEA
RGB
CMYK
RGB Variations
Color information
#6DAEEA (or 0x6DAEEA) is known color: Jordy Blue. HEX triplet: 6D, AE and EA. RGB value is (109,174,234). Sum of RGB (Red+Green+Blue) = 109+174+234=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAEEA is #925115. Grayscale: #A1A1A1. Windows color (decimal): -9589014 or 15380077. OLE color: 15380077.
HSL color Cylindrical-coordinate representation of color #6DAEEA: hue angle of 208.8º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DAEEA is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 174 | 234 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.08 |
| HSL | 208.8º | 0.75% | 0.67% | - |
| HSV(B) | 208.8º | 0.53% | 0.92% | - |
| XYZ | 36.29 | 39.46 | 83.55 | - |
| YUV | 161.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 234 | 0.53 | 0.26 | 0 | 0.08 | 208.8 | 0.75 | 0.67 |
| Hex | 6D | AE | EA | 35 | 1A | 0 | 8 | D1 | 4B | 43 |
| Octal | 155 | 256 | 352 | 65 | 32 | 0 | 10 | 321 | 113 | 103 |
| Binary | 1101101 | 10101110 | 11101010 | 110101 | 11010 | 0 | 1000 | 11010001 | 1001011 | 1000011 |
Color Harmonies of #6DAEEA
Complementary color
Monochromatic Colors of #6DAEEA
Black with #6DAEEA
Text Example
Text Example
White with #6DAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEEA; }
p { color: rgb(109,174,234); }
H1.HeaderClassName
{
color: #6DAEEA;
}
.AnyTagClassName
{
color: #6DAEEA;
}
</style>
background-color css
<style>
a { background-color: #6DAEEA; }
a { background-color: rgb(109,174,234); }
div.DivClassName
{
background-color: #6DAEEA;
}
.BgClassName
{
background-color: #6DAEEA;
}
</style>
border-color css
<style>
span { border-color: #6DAEEA; }
span { border-color: rgb(109,174,234); }
td.TdClassName
{
border-color: #6DAEEA;
}
.TagClassName
{
border-color: #6DAEEA;
}
</style>