Shades of Jordy Blue #6DAEF1
Tints of Jordy Blue #6DAEF1
RGB
CMYK
RGB Variations
Color information
#6DAEF1 (or 0x6DAEF1) is known color: Jordy Blue. HEX triplet: 6D, AE and F1. RGB value is (109,174,241). Sum of RGB (Red+Green+Blue) = 109+174+241=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #6DAEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAEF1 is #92510E. Grayscale: #A1A1A1. Windows color (decimal): -9589007 or 15838829. OLE color: 15838829.
HSL color Cylindrical-coordinate representation of color #6DAEF1: hue angle of 210.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DAEF1 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 174 | 241 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.05 |
| HSL | 210.45º | 0.83% | 0.69% | - |
| HSV(B) | 210.45º | 0.55% | 0.95% | - |
| XYZ | 37.32 | 39.87 | 88.95 | - |
| YUV | 162.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 241 | 0.55 | 0.28 | 0 | 0.05 | 210.45 | 0.83 | 0.69 |
| Hex | 6D | AE | F1 | 37 | 1C | 0 | 5 | D2 | 52 | 45 |
| Octal | 155 | 256 | 361 | 67 | 34 | 0 | 5 | 322 | 122 | 105 |
| Binary | 1101101 | 10101110 | 11110001 | 110111 | 11100 | 0 | 101 | 11010010 | 1010010 | 1000101 |
Color Harmonies of #6DAEF1
Complementary color
Monochromatic Colors of #6DAEF1
Black with #6DAEF1
Text Example
Text Example
White with #6DAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEF1; }
p { color: rgb(109,174,241); }
H1.HeaderClassName
{
color: #6DAEF1;
}
.AnyTagClassName
{
color: #6DAEF1;
}
</style>
background-color css
<style>
a { background-color: #6DAEF1; }
a { background-color: rgb(109,174,241); }
div.DivClassName
{
background-color: #6DAEF1;
}
.BgClassName
{
background-color: #6DAEF1;
}
</style>
border-color css
<style>
span { border-color: #6DAEF1; }
span { border-color: rgb(109,174,241); }
td.TdClassName
{
border-color: #6DAEF1;
}
.TagClassName
{
border-color: #6DAEF1;
}
</style>