Shades of Jordy Blue #6F9DDF
Tints of Jordy Blue #6F9DDF
RGB
CMYK
RGB Variations
Color information
#6F9DDF (or 0x6F9DDF) is known color: Jordy Blue. HEX triplet: 6F, 9D and DF. RGB value is (111,157,223). Sum of RGB (Red+Green+Blue) = 111+157+223=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F9DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DDF is #906220. Grayscale: #969696. Windows color (decimal): -9462305 or 14654831. OLE color: 14654831.
HSL color Cylindrical-coordinate representation of color #6F9DDF: hue angle of 215.36º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F9DDF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 157 | 223 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.13 |
| HSL | 215.36º | 0.64% | 0.65% | - |
| HSV(B) | 215.36º | 0.5% | 0.87% | - |
| XYZ | 31.93 | 32.82 | 74.46 | - |
| YUV | 150.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 223 | 0.50 | 0.30 | 0 | 0.13 | 215.36 | 0.64 | 0.65 |
| Hex | 6F | 9D | DF | 32 | 1E | 0 | D | D7 | 40 | 41 |
| Octal | 157 | 235 | 337 | 62 | 36 | 0 | 15 | 327 | 100 | 101 |
| Binary | 1101111 | 10011101 | 11011111 | 110010 | 11110 | 0 | 1101 | 11010111 | 1000000 | 1000001 |
Color Harmonies of #6F9DDF
Complementary color
Monochromatic Colors of #6F9DDF
Black with #6F9DDF
Text Example
Text Example
White with #6F9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DDF; }
p { color: rgb(111,157,223); }
H1.HeaderClassName
{
color: #6F9DDF;
}
.AnyTagClassName
{
color: #6F9DDF;
}
</style>
background-color css
<style>
a { background-color: #6F9DDF; }
a { background-color: rgb(111,157,223); }
div.DivClassName
{
background-color: #6F9DDF;
}
.BgClassName
{
background-color: #6F9DDF;
}
</style>
border-color css
<style>
span { border-color: #6F9DDF; }
span { border-color: rgb(111,157,223); }
td.TdClassName
{
border-color: #6F9DDF;
}
.TagClassName
{
border-color: #6F9DDF;
}
</style>