Shades of Jordy Blue #6FA2D1
Tints of Jordy Blue #6FA2D1
RGB
CMYK
RGB Variations
Color information
#6FA2D1 (or 0x6FA2D1) is known color: Jordy Blue. HEX triplet: 6F, A2 and D1. RGB value is (111,162,209). Sum of RGB (Red+Green+Blue) = 111+162+209=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #6FA2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA2D1 is #905D2E. Grayscale: #979797. Windows color (decimal): -9461039 or 13738607. OLE color: 13738607.
HSL color Cylindrical-coordinate representation of color #6FA2D1: hue angle of 208.78º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FA2D1 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 162 | 209 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.18 |
| HSL | 208.78º | 0.52% | 0.63% | - |
| HSV(B) | 208.78º | 0.47% | 0.82% | - |
| XYZ | 30.98 | 33.82 | 65.22 | - |
| YUV | 152.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 209 | 0.47 | 0.22 | 0 | 0.18 | 208.78 | 0.52 | 0.63 |
| Hex | 6F | A2 | D1 | 2F | 16 | 0 | 12 | D1 | 34 | 3F |
| Octal | 157 | 242 | 321 | 57 | 26 | 0 | 22 | 321 | 64 | 77 |
| Binary | 1101111 | 10100010 | 11010001 | 101111 | 10110 | 0 | 10010 | 11010001 | 110100 | 111111 |
Color Harmonies of #6FA2D1
Complementary color
Monochromatic Colors of #6FA2D1
Black with #6FA2D1
Text Example
Text Example
White with #6FA2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA2D1; }
p { color: rgb(111,162,209); }
H1.HeaderClassName
{
color: #6FA2D1;
}
.AnyTagClassName
{
color: #6FA2D1;
}
</style>
background-color css
<style>
a { background-color: #6FA2D1; }
a { background-color: rgb(111,162,209); }
div.DivClassName
{
background-color: #6FA2D1;
}
.BgClassName
{
background-color: #6FA2D1;
}
</style>
border-color css
<style>
span { border-color: #6FA2D1; }
span { border-color: rgb(111,162,209); }
td.TdClassName
{
border-color: #6FA2D1;
}
.TagClassName
{
border-color: #6FA2D1;
}
</style>