Shades of Jordy Blue #6AA8DA
Tints of Jordy Blue #6AA8DA
RGB
CMYK
RGB Variations
Color information
#6AA8DA (or 0x6AA8DA) is known color: Jordy Blue. HEX triplet: 6A, A8 and DA. RGB value is (106,168,218). Sum of RGB (Red+Green+Blue) = 106+168+218=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #6AA8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA8DA is #955725. Grayscale: #9A9A9A. Windows color (decimal): -9787174 or 14329962. OLE color: 14329962.
HSL color Cylindrical-coordinate representation of color #6AA8DA: hue angle of 206.79º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AA8DA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 168 | 218 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.15 |
| HSL | 206.79º | 0.6% | 0.64% | - |
| HSV(B) | 206.79º | 0.51% | 0.85% | - |
| XYZ | 32.6 | 36.13 | 71.59 | - |
| YUV | 155.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 218 | 0.51 | 0.23 | 0 | 0.15 | 206.79 | 0.6 | 0.64 |
| Hex | 6A | A8 | DA | 33 | 17 | 0 | F | CF | 3C | 40 |
| Octal | 152 | 250 | 332 | 63 | 27 | 0 | 17 | 317 | 74 | 100 |
| Binary | 1101010 | 10101000 | 11011010 | 110011 | 10111 | 0 | 1111 | 11001111 | 111100 | 1000000 |
Color Harmonies of #6AA8DA
Complementary color
Monochromatic Colors of #6AA8DA
Black with #6AA8DA
Text Example
Text Example
White with #6AA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA8DA; }
p { color: rgb(106,168,218); }
H1.HeaderClassName
{
color: #6AA8DA;
}
.AnyTagClassName
{
color: #6AA8DA;
}
</style>
background-color css
<style>
a { background-color: #6AA8DA; }
a { background-color: rgb(106,168,218); }
div.DivClassName
{
background-color: #6AA8DA;
}
.BgClassName
{
background-color: #6AA8DA;
}
</style>
border-color css
<style>
span { border-color: #6AA8DA; }
span { border-color: rgb(106,168,218); }
td.TdClassName
{
border-color: #6AA8DA;
}
.TagClassName
{
border-color: #6AA8DA;
}
</style>