Shades of Jordy Blue #6FABD5
Tints of Jordy Blue #6FABD5
RGB
CMYK
RGB Variations
Color information
#6FABD5 (or 0x6FABD5) is known color: Jordy Blue. HEX triplet: 6F, AB and D5. RGB value is (111,171,213). Sum of RGB (Red+Green+Blue) = 111+171+213=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #6FABD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABD5 is #90542A. Grayscale: #9D9D9D. Windows color (decimal): -9458731 or 14003055. OLE color: 14003055.
HSL color Cylindrical-coordinate representation of color #6FABD5: hue angle of 204.71º 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 #6FABD5 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 171 | 213 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.16 |
| HSL | 204.71º | 0.55% | 0.64% | - |
| HSV(B) | 204.71º | 0.48% | 0.84% | - |
| XYZ | 33.13 | 37.31 | 68.41 | - |
| YUV | 157.85 | 159.12 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 213 | 0.48 | 0.20 | 0 | 0.16 | 204.71 | 0.55 | 0.64 |
| Hex | 6F | AB | D5 | 30 | 14 | 0 | 10 | CD | 37 | 40 |
| Octal | 157 | 253 | 325 | 60 | 24 | 0 | 20 | 315 | 67 | 100 |
| Binary | 1101111 | 10101011 | 11010101 | 110000 | 10100 | 0 | 10000 | 11001101 | 110111 | 1000000 |
Color Harmonies of #6FABD5
Complementary color
Monochromatic Colors of #6FABD5
Black with #6FABD5
Text Example
Text Example
White with #6FABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABD5; }
p { color: rgb(111,171,213); }
H1.HeaderClassName
{
color: #6FABD5;
}
.AnyTagClassName
{
color: #6FABD5;
}
</style>
background-color css
<style>
a { background-color: #6FABD5; }
a { background-color: rgb(111,171,213); }
div.DivClassName
{
background-color: #6FABD5;
}
.BgClassName
{
background-color: #6FABD5;
}
</style>
border-color css
<style>
span { border-color: #6FABD5; }
span { border-color: rgb(111,171,213); }
td.TdClassName
{
border-color: #6FABD5;
}
.TagClassName
{
border-color: #6FABD5;
}
</style>