Shades of Jordy Blue #6DAFEE
Tints of Jordy Blue #6DAFEE
RGB
CMYK
RGB Variations
Color information
#6DAFEE (or 0x6DAFEE) is known color: Jordy Blue. HEX triplet: 6D, AF and EE. RGB value is (109,175,238). Sum of RGB (Red+Green+Blue) = 109+175+238=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #6DAFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFEE is #925011. Grayscale: #A2A2A2. Windows color (decimal): -9588754 or 15642477. OLE color: 15642477.
HSL color Cylindrical-coordinate representation of color #6DAFEE: hue angle of 209.3º degrees, saturation: 0.79, 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 #6DAFEE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 175 | 238 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.07 |
| HSL | 209.3º | 0.79% | 0.68% | - |
| HSV(B) | 209.3º | 0.54% | 0.93% | - |
| XYZ | 37.07 | 40.08 | 86.67 | - |
| YUV | 162.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 238 | 0.54 | 0.26 | 0 | 0.07 | 209.3 | 0.79 | 0.68 |
| Hex | 6D | AF | EE | 36 | 1A | 0 | 7 | D1 | 4F | 44 |
| Octal | 155 | 257 | 356 | 66 | 32 | 0 | 7 | 321 | 117 | 104 |
| Binary | 1101101 | 10101111 | 11101110 | 110110 | 11010 | 0 | 111 | 11010001 | 1001111 | 1000100 |
Color Harmonies of #6DAFEE
Complementary color
Monochromatic Colors of #6DAFEE
Black with #6DAFEE
Text Example
Text Example
White with #6DAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFEE; }
p { color: rgb(109,175,238); }
H1.HeaderClassName
{
color: #6DAFEE;
}
.AnyTagClassName
{
color: #6DAFEE;
}
</style>
background-color css
<style>
a { background-color: #6DAFEE; }
a { background-color: rgb(109,175,238); }
div.DivClassName
{
background-color: #6DAFEE;
}
.BgClassName
{
background-color: #6DAFEE;
}
</style>
border-color css
<style>
span { border-color: #6DAFEE; }
span { border-color: rgb(109,175,238); }
td.TdClassName
{
border-color: #6DAFEE;
}
.TagClassName
{
border-color: #6DAFEE;
}
</style>