Shades of Jordy Blue #6DADEA
Tints of Jordy Blue #6DADEA
RGB
CMYK
RGB Variations
Color information
#6DADEA (or 0x6DADEA) is known color: Jordy Blue. HEX triplet: 6D, AD and EA. RGB value is (109,173,234). Sum of RGB (Red+Green+Blue) = 109+173+234=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DADEA is #925215. Grayscale: #A0A0A0. Windows color (decimal): -9589270 or 15379821. OLE color: 15379821.
HSL color Cylindrical-coordinate representation of color #6DADEA: hue angle of 209.28º 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 #6DADEA is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 173 | 234 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.08 |
| HSL | 209.28º | 0.75% | 0.67% | - |
| HSV(B) | 209.28º | 0.53% | 0.92% | - |
| XYZ | 36.1 | 39.08 | 83.48 | - |
| YUV | 160.82 | 169.3 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 234 | 0.53 | 0.26 | 0 | 0.08 | 209.28 | 0.75 | 0.67 |
| Hex | 6D | AD | EA | 35 | 1A | 0 | 8 | D1 | 4B | 43 |
| Octal | 155 | 255 | 352 | 65 | 32 | 0 | 10 | 321 | 113 | 103 |
| Binary | 1101101 | 10101101 | 11101010 | 110101 | 11010 | 0 | 1000 | 11010001 | 1001011 | 1000011 |
Color Harmonies of #6DADEA
Complementary color
Monochromatic Colors of #6DADEA
Black with #6DADEA
Text Example
Text Example
White with #6DADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADEA; }
p { color: rgb(109,173,234); }
H1.HeaderClassName
{
color: #6DADEA;
}
.AnyTagClassName
{
color: #6DADEA;
}
</style>
background-color css
<style>
a { background-color: #6DADEA; }
a { background-color: rgb(109,173,234); }
div.DivClassName
{
background-color: #6DADEA;
}
.BgClassName
{
background-color: #6DADEA;
}
</style>
border-color css
<style>
span { border-color: #6DADEA; }
span { border-color: rgb(109,173,234); }
td.TdClassName
{
border-color: #6DADEA;
}
.TagClassName
{
border-color: #6DADEA;
}
</style>