Shades of Jordy Blue #6FA5DB
Tints of Jordy Blue #6FA5DB
RGB
CMYK
RGB Variations
Color information
#6FA5DB (or 0x6FA5DB) is known color: Jordy Blue. HEX triplet: 6F, A5 and DB. RGB value is (111,165,219). Sum of RGB (Red+Green+Blue) = 111+165+219=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FA5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA5DB is #905A24. Grayscale: #9A9A9A. Windows color (decimal): -9460261 or 14394735. OLE color: 14394735.
HSL color Cylindrical-coordinate representation of color #6FA5DB: hue angle of 210º 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 #6FA5DB is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 165 | 219 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.14 |
| HSL | 210º | 0.6% | 0.65% | - |
| HSV(B) | 210º | 0.49% | 0.86% | - |
| XYZ | 32.8 | 35.4 | 72.12 | - |
| YUV | 155.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 219 | 0.49 | 0.25 | 0 | 0.14 | 210 | 0.6 | 0.65 |
| Hex | 6F | A5 | DB | 31 | 19 | 0 | E | D2 | 3C | 41 |
| Octal | 157 | 245 | 333 | 61 | 31 | 0 | 16 | 322 | 74 | 101 |
| Binary | 1101111 | 10100101 | 11011011 | 110001 | 11001 | 0 | 1110 | 11010010 | 111100 | 1000001 |
Color Harmonies of #6FA5DB
Complementary color
Monochromatic Colors of #6FA5DB
Black with #6FA5DB
Text Example
Text Example
White with #6FA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA5DB; }
p { color: rgb(111,165,219); }
H1.HeaderClassName
{
color: #6FA5DB;
}
.AnyTagClassName
{
color: #6FA5DB;
}
</style>
background-color css
<style>
a { background-color: #6FA5DB; }
a { background-color: rgb(111,165,219); }
div.DivClassName
{
background-color: #6FA5DB;
}
.BgClassName
{
background-color: #6FA5DB;
}
</style>
border-color css
<style>
span { border-color: #6FA5DB; }
span { border-color: rgb(111,165,219); }
td.TdClassName
{
border-color: #6FA5DB;
}
.TagClassName
{
border-color: #6FA5DB;
}
</style>