Shades of Jordy Blue #6DACE1
Tints of Jordy Blue #6DACE1
RGB
CMYK
RGB Variations
Color information
#6DACE1 (or 0x6DACE1) is known color: Jordy Blue. HEX triplet: 6D, AC and E1. RGB value is (109,172,225). Sum of RGB (Red+Green+Blue) = 109+172+225=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACE1 is #92531E. Grayscale: #9E9E9E. Windows color (decimal): -9589535 or 14789741. OLE color: 14789741.
HSL color Cylindrical-coordinate representation of color #6DACE1: hue angle of 207.41º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DACE1 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 172 | 225 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.12 |
| HSL | 207.41º | 0.66% | 0.65% | - |
| HSV(B) | 207.41º | 0.52% | 0.88% | - |
| XYZ | 34.65 | 38.19 | 76.78 | - |
| YUV | 159.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 225 | 0.52 | 0.24 | 0 | 0.12 | 207.41 | 0.66 | 0.65 |
| Hex | 6D | AC | E1 | 34 | 18 | 0 | C | CF | 42 | 41 |
| Octal | 155 | 254 | 341 | 64 | 30 | 0 | 14 | 317 | 102 | 101 |
| Binary | 1101101 | 10101100 | 11100001 | 110100 | 11000 | 0 | 1100 | 11001111 | 1000010 | 1000001 |
Color Harmonies of #6DACE1
Complementary color
Monochromatic Colors of #6DACE1
Black with #6DACE1
Text Example
Text Example
White with #6DACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACE1; }
p { color: rgb(109,172,225); }
H1.HeaderClassName
{
color: #6DACE1;
}
.AnyTagClassName
{
color: #6DACE1;
}
</style>
background-color css
<style>
a { background-color: #6DACE1; }
a { background-color: rgb(109,172,225); }
div.DivClassName
{
background-color: #6DACE1;
}
.BgClassName
{
background-color: #6DACE1;
}
</style>
border-color css
<style>
span { border-color: #6DACE1; }
span { border-color: rgb(109,172,225); }
td.TdClassName
{
border-color: #6DACE1;
}
.TagClassName
{
border-color: #6DACE1;
}
</style>