Shades of Jordy Blue #6DADE7
Tints of Jordy Blue #6DADE7
RGB
CMYK
RGB Variations
Color information
#6DADE7 (or 0x6DADE7) is known color: Jordy Blue. HEX triplet: 6D, AD and E7. RGB value is (109,173,231). Sum of RGB (Red+Green+Blue) = 109+173+231=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #6DADE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DADE7 is #925218. Grayscale: #A0A0A0. Windows color (decimal): -9589273 or 15183213. OLE color: 15183213.
HSL color Cylindrical-coordinate representation of color #6DADE7: hue angle of 208.52º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DADE7 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 173 | 231 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.09 |
| HSL | 208.52º | 0.72% | 0.67% | - |
| HSV(B) | 208.52º | 0.53% | 0.91% | - |
| XYZ | 35.67 | 38.91 | 81.23 | - |
| YUV | 160.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 231 | 0.53 | 0.25 | 0 | 0.09 | 208.52 | 0.72 | 0.67 |
| Hex | 6D | AD | E7 | 35 | 19 | 0 | 9 | D1 | 48 | 43 |
| Octal | 155 | 255 | 347 | 65 | 31 | 0 | 11 | 321 | 110 | 103 |
| Binary | 1101101 | 10101101 | 11100111 | 110101 | 11001 | 0 | 1001 | 11010001 | 1001000 | 1000011 |
Color Harmonies of #6DADE7
Complementary color
Monochromatic Colors of #6DADE7
Black with #6DADE7
Text Example
Text Example
White with #6DADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADE7; }
p { color: rgb(109,173,231); }
H1.HeaderClassName
{
color: #6DADE7;
}
.AnyTagClassName
{
color: #6DADE7;
}
</style>
background-color css
<style>
a { background-color: #6DADE7; }
a { background-color: rgb(109,173,231); }
div.DivClassName
{
background-color: #6DADE7;
}
.BgClassName
{
background-color: #6DADE7;
}
</style>
border-color css
<style>
span { border-color: #6DADE7; }
span { border-color: rgb(109,173,231); }
td.TdClassName
{
border-color: #6DADE7;
}
.TagClassName
{
border-color: #6DADE7;
}
</style>