Shades of Jordy Blue #6DAFEF
Tints of Jordy Blue #6DAFEF
RGB
CMYK
RGB Variations
Color information
#6DAFEF (or 0x6DAFEF) is known color: Jordy Blue. HEX triplet: 6D, AF and EF. RGB value is (109,175,239). Sum of RGB (Red+Green+Blue) = 109+175+239=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DAFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFEF is #925010. Grayscale: #A2A2A2. Windows color (decimal): -9588753 or 15708013. OLE color: 15708013.
HSL color Cylindrical-coordinate representation of color #6DAFEF: hue angle of 209.54º 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 #6DAFEF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 175 | 239 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.06 |
| HSL | 209.54º | 0.8% | 0.68% | - |
| HSV(B) | 209.54º | 0.54% | 0.94% | - |
| XYZ | 37.22 | 40.14 | 87.45 | - |
| YUV | 162.56 | 171.13 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 239 | 0.54 | 0.27 | 0 | 0.06 | 209.54 | 0.8 | 0.68 |
| Hex | 6D | AF | EF | 36 | 1B | 0 | 6 | D2 | 50 | 44 |
| Octal | 155 | 257 | 357 | 66 | 33 | 0 | 6 | 322 | 120 | 104 |
| Binary | 1101101 | 10101111 | 11101111 | 110110 | 11011 | 0 | 110 | 11010010 | 1010000 | 1000100 |
Color Harmonies of #6DAFEF
Complementary color
Monochromatic Colors of #6DAFEF
Black with #6DAFEF
Text Example
Text Example
White with #6DAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFEF; }
p { color: rgb(109,175,239); }
H1.HeaderClassName
{
color: #6DAFEF;
}
.AnyTagClassName
{
color: #6DAFEF;
}
</style>
background-color css
<style>
a { background-color: #6DAFEF; }
a { background-color: rgb(109,175,239); }
div.DivClassName
{
background-color: #6DAFEF;
}
.BgClassName
{
background-color: #6DAFEF;
}
</style>
border-color css
<style>
span { border-color: #6DAFEF; }
span { border-color: rgb(109,175,239); }
td.TdClassName
{
border-color: #6DAFEF;
}
.TagClassName
{
border-color: #6DAFEF;
}
</style>