Shades of Jordy Blue #6DAAED
Tints of Jordy Blue #6DAAED
RGB
CMYK
RGB Variations
Color information
#6DAAED (or 0x6DAAED) is known color: Jordy Blue. HEX triplet: 6D, AA and ED. RGB value is (109,170,237). Sum of RGB (Red+Green+Blue) = 109+170+237=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAAED is #925512. Grayscale: #9F9F9F. Windows color (decimal): -9590035 or 15575661. OLE color: 15575661.
HSL color Cylindrical-coordinate representation of color #6DAAED: hue angle of 211.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DAAED is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 170 | 237 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.07 |
| HSL | 211.41º | 0.78% | 0.68% | - |
| HSV(B) | 211.41º | 0.54% | 0.93% | - |
| XYZ | 35.97 | 38.12 | 85.58 | - |
| YUV | 159.4 | 171.79 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 237 | 0.54 | 0.28 | 0 | 0.07 | 211.41 | 0.78 | 0.68 |
| Hex | 6D | AA | ED | 36 | 1C | 0 | 7 | D3 | 4E | 44 |
| Octal | 155 | 252 | 355 | 66 | 34 | 0 | 7 | 323 | 116 | 104 |
| Binary | 1101101 | 10101010 | 11101101 | 110110 | 11100 | 0 | 111 | 11010011 | 1001110 | 1000100 |
Color Harmonies of #6DAAED
Complementary color
Monochromatic Colors of #6DAAED
Black with #6DAAED
Text Example
Text Example
White with #6DAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAAED; }
p { color: rgb(109,170,237); }
H1.HeaderClassName
{
color: #6DAAED;
}
.AnyTagClassName
{
color: #6DAAED;
}
</style>
background-color css
<style>
a { background-color: #6DAAED; }
a { background-color: rgb(109,170,237); }
div.DivClassName
{
background-color: #6DAAED;
}
.BgClassName
{
background-color: #6DAAED;
}
</style>
border-color css
<style>
span { border-color: #6DAAED; }
span { border-color: rgb(109,170,237); }
td.TdClassName
{
border-color: #6DAAED;
}
.TagClassName
{
border-color: #6DAAED;
}
</style>