Shades of Jordy Blue #6A9DDC
Tints of Jordy Blue #6A9DDC
RGB
CMYK
RGB Variations
Color information
#6A9DDC (or 0x6A9DDC) is known color: Jordy Blue. HEX triplet: 6A, 9D and DC. RGB value is (106,157,220). Sum of RGB (Red+Green+Blue) = 106+157+220=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A9DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9DDC is #956223. Grayscale: #949494. Windows color (decimal): -9789988 or 14458218. OLE color: 14458218.
HSL color Cylindrical-coordinate representation of color #6A9DDC: hue angle of 213.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A9DDC is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 157 | 220 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.14 |
| HSL | 213.16º | 0.62% | 0.64% | - |
| HSV(B) | 213.16º | 0.52% | 0.86% | - |
| XYZ | 30.92 | 32.35 | 72.32 | - |
| YUV | 148.93 | 168.1 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 157 | 220 | 0.52 | 0.29 | 0 | 0.14 | 213.16 | 0.62 | 0.64 |
| Hex | 6A | 9D | DC | 34 | 1D | 0 | E | D5 | 3E | 40 |
| Octal | 152 | 235 | 334 | 64 | 35 | 0 | 16 | 325 | 76 | 100 |
| Binary | 1101010 | 10011101 | 11011100 | 110100 | 11101 | 0 | 1110 | 11010101 | 111110 | 1000000 |
Color Harmonies of #6A9DDC
Complementary color
Monochromatic Colors of #6A9DDC
Black with #6A9DDC
Text Example
Text Example
White with #6A9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9DDC; }
p { color: rgb(106,157,220); }
H1.HeaderClassName
{
color: #6A9DDC;
}
.AnyTagClassName
{
color: #6A9DDC;
}
</style>
background-color css
<style>
a { background-color: #6A9DDC; }
a { background-color: rgb(106,157,220); }
div.DivClassName
{
background-color: #6A9DDC;
}
.BgClassName
{
background-color: #6A9DDC;
}
</style>
border-color css
<style>
span { border-color: #6A9DDC; }
span { border-color: rgb(106,157,220); }
td.TdClassName
{
border-color: #6A9DDC;
}
.TagClassName
{
border-color: #6A9DDC;
}
</style>