Shades of Jordy Blue #6DACE4
Tints of Jordy Blue #6DACE4
RGB
CMYK
RGB Variations
Color information
#6DACE4 (or 0x6DACE4) is known color: Jordy Blue. HEX triplet: 6D, AC and E4. RGB value is (109,172,228). Sum of RGB (Red+Green+Blue) = 109+172+228=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #6DACE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACE4 is #92531B. Grayscale: #9F9F9F. Windows color (decimal): -9589532 or 14986349. OLE color: 14986349.
HSL color Cylindrical-coordinate representation of color #6DACE4: hue angle of 208.24º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DACE4 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 172 | 228 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.11 |
| HSL | 208.24º | 0.69% | 0.66% | - |
| HSV(B) | 208.24º | 0.52% | 0.89% | - |
| XYZ | 35.06 | 38.36 | 78.95 | - |
| YUV | 159.55 | 166.63 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 172 | 228 | 0.52 | 0.25 | 0 | 0.11 | 208.24 | 0.69 | 0.66 |
| Hex | 6D | AC | E4 | 34 | 19 | 0 | B | D0 | 45 | 42 |
| Octal | 155 | 254 | 344 | 64 | 31 | 0 | 13 | 320 | 105 | 102 |
| Binary | 1101101 | 10101100 | 11100100 | 110100 | 11001 | 0 | 1011 | 11010000 | 1000101 | 1000010 |
Color Harmonies of #6DACE4
Complementary color
Monochromatic Colors of #6DACE4
Black with #6DACE4
Text Example
Text Example
White with #6DACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DACE4; }
p { color: rgb(109,172,228); }
H1.HeaderClassName
{
color: #6DACE4;
}
.AnyTagClassName
{
color: #6DACE4;
}
</style>
background-color css
<style>
a { background-color: #6DACE4; }
a { background-color: rgb(109,172,228); }
div.DivClassName
{
background-color: #6DACE4;
}
.BgClassName
{
background-color: #6DACE4;
}
</style>
border-color css
<style>
span { border-color: #6DACE4; }
span { border-color: rgb(109,172,228); }
td.TdClassName
{
border-color: #6DACE4;
}
.TagClassName
{
border-color: #6DACE4;
}
</style>