Shades of Jordy Blue #6DA8EF
Tints of Jordy Blue #6DA8EF
RGB
CMYK
RGB Variations
Color information
#6DA8EF (or 0x6DA8EF) is known color: Jordy Blue. HEX triplet: 6D, A8 and EF. RGB value is (109,168,239). Sum of RGB (Red+Green+Blue) = 109+168+239=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DA8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA8EF is #925710. Grayscale: #9E9E9E. Windows color (decimal): -9590545 or 15706221. OLE color: 15706221.
HSL color Cylindrical-coordinate representation of color #6DA8EF: hue angle of 212.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DA8EF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 168 | 239 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.06 |
| HSL | 212.77º | 0.8% | 0.68% | - |
| HSV(B) | 212.77º | 0.54% | 0.94% | - |
| XYZ | 35.89 | 37.49 | 87.01 | - |
| YUV | 158.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 239 | 0.54 | 0.30 | 0 | 0.06 | 212.77 | 0.8 | 0.68 |
| Hex | 6D | A8 | EF | 36 | 1E | 0 | 6 | D5 | 50 | 44 |
| Octal | 155 | 250 | 357 | 66 | 36 | 0 | 6 | 325 | 120 | 104 |
| Binary | 1101101 | 10101000 | 11101111 | 110110 | 11110 | 0 | 110 | 11010101 | 1010000 | 1000100 |
Color Harmonies of #6DA8EF
Complementary color
Monochromatic Colors of #6DA8EF
Black with #6DA8EF
Text Example
Text Example
White with #6DA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA8EF; }
p { color: rgb(109,168,239); }
H1.HeaderClassName
{
color: #6DA8EF;
}
.AnyTagClassName
{
color: #6DA8EF;
}
</style>
background-color css
<style>
a { background-color: #6DA8EF; }
a { background-color: rgb(109,168,239); }
div.DivClassName
{
background-color: #6DA8EF;
}
.BgClassName
{
background-color: #6DA8EF;
}
</style>
border-color css
<style>
span { border-color: #6DA8EF; }
span { border-color: rgb(109,168,239); }
td.TdClassName
{
border-color: #6DA8EF;
}
.TagClassName
{
border-color: #6DA8EF;
}
</style>