Shades of Jordy Blue #6BA6DA
Tints of Jordy Blue #6BA6DA
RGB
CMYK
RGB Variations
Color information
#6BA6DA (or 0x6BA6DA) is known color: Jordy Blue. HEX triplet: 6B, A6 and DA. RGB value is (107,166,218). Sum of RGB (Red+Green+Blue) = 107+166+218=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 166 (65.23% from 255 or 33.81% 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 #6BA6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA6DA is #945925. Grayscale: #9A9A9A. Windows color (decimal): -9722150 or 14329451. OLE color: 14329451.
HSL color Cylindrical-coordinate representation of color #6BA6DA: hue angle of 208.11º 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 #6BA6DA is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 166 | 218 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.15 |
| HSL | 208.11º | 0.6% | 0.64% | - |
| HSV(B) | 208.11º | 0.51% | 0.85% | - |
| XYZ | 32.35 | 35.46 | 71.47 | - |
| YUV | 154.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 218 | 0.51 | 0.24 | 0 | 0.15 | 208.11 | 0.6 | 0.64 |
| Hex | 6B | A6 | DA | 33 | 18 | 0 | F | D0 | 3C | 40 |
| Octal | 153 | 246 | 332 | 63 | 30 | 0 | 17 | 320 | 74 | 100 |
| Binary | 1101011 | 10100110 | 11011010 | 110011 | 11000 | 0 | 1111 | 11010000 | 111100 | 1000000 |
Color Harmonies of #6BA6DA
Complementary color
Monochromatic Colors of #6BA6DA
Black with #6BA6DA
Text Example
Text Example
White with #6BA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA6DA; }
p { color: rgb(107,166,218); }
H1.HeaderClassName
{
color: #6BA6DA;
}
.AnyTagClassName
{
color: #6BA6DA;
}
</style>
background-color css
<style>
a { background-color: #6BA6DA; }
a { background-color: rgb(107,166,218); }
div.DivClassName
{
background-color: #6BA6DA;
}
.BgClassName
{
background-color: #6BA6DA;
}
</style>
border-color css
<style>
span { border-color: #6BA6DA; }
span { border-color: rgb(107,166,218); }
td.TdClassName
{
border-color: #6BA6DA;
}
.TagClassName
{
border-color: #6BA6DA;
}
</style>