Shades of Jordy Blue #6DA4DA
Tints of Jordy Blue #6DA4DA
RGB
CMYK
RGB Variations
Color information
#6DA4DA (or 0x6DA4DA) is known color: Jordy Blue. HEX triplet: 6D, A4 and DA. RGB value is (109,164,218). Sum of RGB (Red+Green+Blue) = 109+164+218=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DA4DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA4DA is #925B25. Grayscale: #999999. Windows color (decimal): -9591590 or 14328941. OLE color: 14328941.
HSL color Cylindrical-coordinate representation of color #6DA4DA: hue angle of 209.72º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DA4DA is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 164 | 218 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.15 |
| HSL | 209.72º | 0.6% | 0.64% | - |
| HSV(B) | 209.72º | 0.5% | 0.85% | - |
| XYZ | 32.24 | 34.86 | 71.36 | - |
| YUV | 153.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 218 | 0.5 | 0.25 | 0 | 0.15 | 209.72 | 0.6 | 0.64 |
| Hex | 6D | A4 | DA | 32 | 19 | 0 | F | D2 | 3C | 40 |
| Octal | 155 | 244 | 332 | 62 | 31 | 0 | 17 | 322 | 74 | 100 |
| Binary | 1101101 | 10100100 | 11011010 | 110010 | 11001 | 0 | 1111 | 11010010 | 111100 | 1000000 |
Color Harmonies of #6DA4DA
Complementary color
Monochromatic Colors of #6DA4DA
Black with #6DA4DA
Text Example
Text Example
White with #6DA4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA4DA; }
p { color: rgb(109,164,218); }
H1.HeaderClassName
{
color: #6DA4DA;
}
.AnyTagClassName
{
color: #6DA4DA;
}
</style>
background-color css
<style>
a { background-color: #6DA4DA; }
a { background-color: rgb(109,164,218); }
div.DivClassName
{
background-color: #6DA4DA;
}
.BgClassName
{
background-color: #6DA4DA;
}
</style>
border-color css
<style>
span { border-color: #6DA4DA; }
span { border-color: rgb(109,164,218); }
td.TdClassName
{
border-color: #6DA4DA;
}
.TagClassName
{
border-color: #6DA4DA;
}
</style>