Shades of Jordy Blue #6F9ED7
Tints of Jordy Blue #6F9ED7
RGB
CMYK
RGB Variations
Color information
#6F9ED7 (or 0x6F9ED7) is known color: Jordy Blue. HEX triplet: 6F, 9E and D7. RGB value is (111,158,215). Sum of RGB (Red+Green+Blue) = 111+158+215=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #6F9ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ED7 is #906128. Grayscale: #969696. Windows color (decimal): -9462057 or 14130799. OLE color: 14130799.
HSL color Cylindrical-coordinate representation of color #6F9ED7: hue angle of 212.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F9ED7 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 158 | 215 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.16 |
| HSL | 212.88º | 0.57% | 0.64% | - |
| HSV(B) | 212.88º | 0.48% | 0.84% | - |
| XYZ | 31.05 | 32.74 | 68.97 | - |
| YUV | 150.45 | 164.43 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 215 | 0.48 | 0.27 | 0 | 0.16 | 212.88 | 0.57 | 0.64 |
| Hex | 6F | 9E | D7 | 30 | 1B | 0 | 10 | D5 | 39 | 40 |
| Octal | 157 | 236 | 327 | 60 | 33 | 0 | 20 | 325 | 71 | 100 |
| Binary | 1101111 | 10011110 | 11010111 | 110000 | 11011 | 0 | 10000 | 11010101 | 111001 | 1000000 |
Color Harmonies of #6F9ED7
Complementary color
Monochromatic Colors of #6F9ED7
Black with #6F9ED7
Text Example
Text Example
White with #6F9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9ED7; }
p { color: rgb(111,158,215); }
H1.HeaderClassName
{
color: #6F9ED7;
}
.AnyTagClassName
{
color: #6F9ED7;
}
</style>
background-color css
<style>
a { background-color: #6F9ED7; }
a { background-color: rgb(111,158,215); }
div.DivClassName
{
background-color: #6F9ED7;
}
.BgClassName
{
background-color: #6F9ED7;
}
</style>
border-color css
<style>
span { border-color: #6F9ED7; }
span { border-color: rgb(111,158,215); }
td.TdClassName
{
border-color: #6F9ED7;
}
.TagClassName
{
border-color: #6F9ED7;
}
</style>