Shades of Jordy Blue #6F9DD5
Tints of Jordy Blue #6F9DD5
RGB
CMYK
RGB Variations
Color information
#6F9DD5 (or 0x6F9DD5) is known color: Jordy Blue. HEX triplet: 6F, 9D and D5. RGB value is (111,157,213). Sum of RGB (Red+Green+Blue) = 111+157+213=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F9DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DD5 is #90622A. Grayscale: #959595. Windows color (decimal): -9462315 or 13999471. OLE color: 13999471.
HSL color Cylindrical-coordinate representation of color #6F9DD5: hue angle of 212.94º degrees, saturation: 0.55, 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 #6F9DD5 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 157 | 213 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.16 |
| HSL | 212.94º | 0.55% | 0.64% | - |
| HSV(B) | 212.94º | 0.48% | 0.84% | - |
| XYZ | 30.62 | 32.3 | 67.57 | - |
| YUV | 149.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 213 | 0.48 | 0.26 | 0 | 0.16 | 212.94 | 0.55 | 0.64 |
| Hex | 6F | 9D | D5 | 30 | 1A | 0 | 10 | D5 | 37 | 40 |
| Octal | 157 | 235 | 325 | 60 | 32 | 0 | 20 | 325 | 67 | 100 |
| Binary | 1101111 | 10011101 | 11010101 | 110000 | 11010 | 0 | 10000 | 11010101 | 110111 | 1000000 |
Color Harmonies of #6F9DD5
Complementary color
Monochromatic Colors of #6F9DD5
Black with #6F9DD5
Text Example
Text Example
White with #6F9DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DD5; }
p { color: rgb(111,157,213); }
H1.HeaderClassName
{
color: #6F9DD5;
}
.AnyTagClassName
{
color: #6F9DD5;
}
</style>
background-color css
<style>
a { background-color: #6F9DD5; }
a { background-color: rgb(111,157,213); }
div.DivClassName
{
background-color: #6F9DD5;
}
.BgClassName
{
background-color: #6F9DD5;
}
</style>
border-color css
<style>
span { border-color: #6F9DD5; }
span { border-color: rgb(111,157,213); }
td.TdClassName
{
border-color: #6F9DD5;
}
.TagClassName
{
border-color: #6F9DD5;
}
</style>