Shades of Jordy Blue #6DACF0
Tints of Jordy Blue #6DACF0
RGB
CMYK
RGB Variations
Color information
#6DACF0 (or 0x6DACF0) is known color: Jordy Blue. HEX triplet: 6D, AC and F0. RGB value is (109,172,240). Sum of RGB (Red+Green+Blue) = 109+172+240=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DACF0 is #92530F. Grayscale: #A0A0A0. Windows color (decimal): -9589520 or 15772781. OLE color: 15772781.
HSL color Cylindrical-coordinate representation of color #6DACF0: hue angle of 211.15º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DACF0 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 172 | 240 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.06 |
| HSL | 211.15º | 0.81% | 0.68% | - |
| HSV(B) | 211.15º | 0.55% | 0.94% | - |
| XYZ | 36.79 | 39.05 | 88.04 | - |
| YUV | 160.92 | 172.63 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 240 | 0.55 | 0.28 | 0 | 0.06 | 211.15 | 0.81 | 0.68 |
| Hex | 6D | AC | F0 | 37 | 1C | 0 | 6 | D3 | 51 | 44 |
| Octal | 155 | 254 | 360 | 67 | 34 | 0 | 6 | 323 | 121 | 104 |
| Binary | 1101101 | 10101100 | 11110000 | 110111 | 11100 | 0 | 110 | 11010011 | 1010001 | 1000100 |
Color Harmonies of #6DACF0
Complementary color
Monochromatic Colors of #6DACF0
Black with #6DACF0
Text Example
Text Example
White with #6DACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACF0; }
p { color: rgb(109,172,240); }
H1.HeaderClassName
{
color: #6DACF0;
}
.AnyTagClassName
{
color: #6DACF0;
}
</style>
background-color css
<style>
a { background-color: #6DACF0; }
a { background-color: rgb(109,172,240); }
div.DivClassName
{
background-color: #6DACF0;
}
.BgClassName
{
background-color: #6DACF0;
}
</style>
border-color css
<style>
span { border-color: #6DACF0; }
span { border-color: rgb(109,172,240); }
td.TdClassName
{
border-color: #6DACF0;
}
.TagClassName
{
border-color: #6DACF0;
}
</style>