Shades of Jordy Blue #6DA6DC
Tints of Jordy Blue #6DA6DC
RGB
CMYK
RGB Variations
Color information
#6DA6DC (or 0x6DA6DC) is known color: Jordy Blue. HEX triplet: 6D, A6 and DC. RGB value is (109,166,220). Sum of RGB (Red+Green+Blue) = 109+166+220=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DA6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA6DC is #925923. Grayscale: #9A9A9A. Windows color (decimal): -9591076 or 14460525. OLE color: 14460525.
HSL color Cylindrical-coordinate representation of color #6DA6DC: hue angle of 209.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DA6DC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 166 | 220 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.14 |
| HSL | 209.19º | 0.61% | 0.65% | - |
| HSV(B) | 209.19º | 0.5% | 0.86% | - |
| XYZ | 32.86 | 35.69 | 72.87 | - |
| YUV | 155.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 220 | 0.50 | 0.25 | 0 | 0.14 | 209.19 | 0.61 | 0.65 |
| Hex | 6D | A6 | DC | 32 | 19 | 0 | E | D1 | 3D | 41 |
| Octal | 155 | 246 | 334 | 62 | 31 | 0 | 16 | 321 | 75 | 101 |
| Binary | 1101101 | 10100110 | 11011100 | 110010 | 11001 | 0 | 1110 | 11010001 | 111101 | 1000001 |
Color Harmonies of #6DA6DC
Complementary color
Monochromatic Colors of #6DA6DC
Black with #6DA6DC
Text Example
Text Example
White with #6DA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA6DC; }
p { color: rgb(109,166,220); }
H1.HeaderClassName
{
color: #6DA6DC;
}
.AnyTagClassName
{
color: #6DA6DC;
}
</style>
background-color css
<style>
a { background-color: #6DA6DC; }
a { background-color: rgb(109,166,220); }
div.DivClassName
{
background-color: #6DA6DC;
}
.BgClassName
{
background-color: #6DA6DC;
}
</style>
border-color css
<style>
span { border-color: #6DA6DC; }
span { border-color: rgb(109,166,220); }
td.TdClassName
{
border-color: #6DA6DC;
}
.TagClassName
{
border-color: #6DA6DC;
}
</style>