Shades of Jordy Blue #6DA2DB
Tints of Jordy Blue #6DA2DB
RGB
CMYK
RGB Variations
Color information
#6DA2DB (or 0x6DA2DB) is known color: Jordy Blue. HEX triplet: 6D, A2 and DB. RGB value is (109,162,219). Sum of RGB (Red+Green+Blue) = 109+162+219=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DA2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA2DB is #925D24. Grayscale: #989898. Windows color (decimal): -9592101 or 14393965. OLE color: 14393965.
HSL color Cylindrical-coordinate representation of color #6DA2DB: hue angle of 211.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DA2DB is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 162 | 219 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.14 |
| HSL | 211.09º | 0.6% | 0.64% | - |
| HSV(B) | 211.09º | 0.5% | 0.86% | - |
| XYZ | 32.01 | 34.21 | 71.93 | - |
| YUV | 152.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 219 | 0.50 | 0.26 | 0 | 0.14 | 211.09 | 0.6 | 0.64 |
| Hex | 6D | A2 | DB | 32 | 1A | 0 | E | D3 | 3C | 40 |
| Octal | 155 | 242 | 333 | 62 | 32 | 0 | 16 | 323 | 74 | 100 |
| Binary | 1101101 | 10100010 | 11011011 | 110010 | 11010 | 0 | 1110 | 11010011 | 111100 | 1000000 |
Color Harmonies of #6DA2DB
Complementary color
Monochromatic Colors of #6DA2DB
Black with #6DA2DB
Text Example
Text Example
White with #6DA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA2DB; }
p { color: rgb(109,162,219); }
H1.HeaderClassName
{
color: #6DA2DB;
}
.AnyTagClassName
{
color: #6DA2DB;
}
</style>
background-color css
<style>
a { background-color: #6DA2DB; }
a { background-color: rgb(109,162,219); }
div.DivClassName
{
background-color: #6DA2DB;
}
.BgClassName
{
background-color: #6DA2DB;
}
</style>
border-color css
<style>
span { border-color: #6DA2DB; }
span { border-color: rgb(109,162,219); }
td.TdClassName
{
border-color: #6DA2DB;
}
.TagClassName
{
border-color: #6DA2DB;
}
</style>