Shades of Jordy Blue #6FACEF
Tints of Jordy Blue #6FACEF
RGB
CMYK
RGB Variations
Color information
#6FACEF (or 0x6FACEF) is known color: Jordy Blue. HEX triplet: 6F, AC and EF. RGB value is (111,172,239). Sum of RGB (Red+Green+Blue) = 111+172+239=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FACEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACEF is #905310. Grayscale: #A1A1A1. Windows color (decimal): -9458449 or 15707247. OLE color: 15707247.
HSL color Cylindrical-coordinate representation of color #6FACEF: hue angle of 211.41º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FACEF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 172 | 239 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.06 |
| HSL | 211.41º | 0.8% | 0.69% | - |
| HSV(B) | 211.41º | 0.54% | 0.94% | - |
| XYZ | 36.89 | 39.12 | 87.27 | - |
| YUV | 161.4 | 171.79 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 239 | 0.54 | 0.28 | 0 | 0.06 | 211.41 | 0.8 | 0.69 |
| Hex | 6F | AC | EF | 36 | 1C | 0 | 6 | D3 | 50 | 45 |
| Octal | 157 | 254 | 357 | 66 | 34 | 0 | 6 | 323 | 120 | 105 |
| Binary | 1101111 | 10101100 | 11101111 | 110110 | 11100 | 0 | 110 | 11010011 | 1010000 | 1000101 |
Color Harmonies of #6FACEF
Complementary color
Monochromatic Colors of #6FACEF
Black with #6FACEF
Text Example
Text Example
White with #6FACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACEF; }
p { color: rgb(111,172,239); }
H1.HeaderClassName
{
color: #6FACEF;
}
.AnyTagClassName
{
color: #6FACEF;
}
</style>
background-color css
<style>
a { background-color: #6FACEF; }
a { background-color: rgb(111,172,239); }
div.DivClassName
{
background-color: #6FACEF;
}
.BgClassName
{
background-color: #6FACEF;
}
</style>
border-color css
<style>
span { border-color: #6FACEF; }
span { border-color: rgb(111,172,239); }
td.TdClassName
{
border-color: #6FACEF;
}
.TagClassName
{
border-color: #6FACEF;
}
</style>