Shades of Jordy Blue #6FA3DB
Tints of Jordy Blue #6FA3DB
RGB
CMYK
RGB Variations
Color information
#6FA3DB (or 0x6FA3DB) is known color: Jordy Blue. HEX triplet: 6F, A3 and DB. RGB value is (111,163,219). Sum of RGB (Red+Green+Blue) = 111+163+219=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FA3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA3DB is #905C24. Grayscale: #999999. Windows color (decimal): -9460773 or 14394223. OLE color: 14394223.
HSL color Cylindrical-coordinate representation of color #6FA3DB: hue angle of 211.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FA3DB is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 163 | 219 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.14 |
| HSL | 211.11º | 0.6% | 0.65% | - |
| HSV(B) | 211.11º | 0.49% | 0.86% | - |
| XYZ | 32.44 | 34.69 | 72 | - |
| YUV | 153.84 | 164.77 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 219 | 0.49 | 0.26 | 0 | 0.14 | 211.11 | 0.6 | 0.65 |
| Hex | 6F | A3 | DB | 31 | 1A | 0 | E | D3 | 3C | 41 |
| Octal | 157 | 243 | 333 | 61 | 32 | 0 | 16 | 323 | 74 | 101 |
| Binary | 1101111 | 10100011 | 11011011 | 110001 | 11010 | 0 | 1110 | 11010011 | 111100 | 1000001 |
Color Harmonies of #6FA3DB
Complementary color
Monochromatic Colors of #6FA3DB
Black with #6FA3DB
Text Example
Text Example
White with #6FA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA3DB; }
p { color: rgb(111,163,219); }
H1.HeaderClassName
{
color: #6FA3DB;
}
.AnyTagClassName
{
color: #6FA3DB;
}
</style>
background-color css
<style>
a { background-color: #6FA3DB; }
a { background-color: rgb(111,163,219); }
div.DivClassName
{
background-color: #6FA3DB;
}
.BgClassName
{
background-color: #6FA3DB;
}
</style>
border-color css
<style>
span { border-color: #6FA3DB; }
span { border-color: rgb(111,163,219); }
td.TdClassName
{
border-color: #6FA3DB;
}
.TagClassName
{
border-color: #6FA3DB;
}
</style>