Shades of Jordy Blue #6FACEB
Tints of Jordy Blue #6FACEB
RGB
CMYK
RGB Variations
Color information
#6FACEB (or 0x6FACEB) is known color: Jordy Blue. HEX triplet: 6F, AC and EB. RGB value is (111,172,235). Sum of RGB (Red+Green+Blue) = 111+172+235=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACEB is #905314. Grayscale: #A0A0A0. Windows color (decimal): -9458453 or 15445103. OLE color: 15445103.
HSL color Cylindrical-coordinate representation of color #6FACEB: hue angle of 210.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FACEB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 172 | 235 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.08 |
| HSL | 210.48º | 0.76% | 0.68% | - |
| HSV(B) | 210.48º | 0.53% | 0.92% | - |
| XYZ | 36.3 | 38.88 | 84.19 | - |
| YUV | 160.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 235 | 0.53 | 0.27 | 0 | 0.08 | 210.48 | 0.76 | 0.68 |
| Hex | 6F | AC | EB | 35 | 1B | 0 | 8 | D2 | 4C | 44 |
| Octal | 157 | 254 | 353 | 65 | 33 | 0 | 10 | 322 | 114 | 104 |
| Binary | 1101111 | 10101100 | 11101011 | 110101 | 11011 | 0 | 1000 | 11010010 | 1001100 | 1000100 |
Color Harmonies of #6FACEB
Complementary color
Monochromatic Colors of #6FACEB
Black with #6FACEB
Text Example
Text Example
White with #6FACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACEB; }
p { color: rgb(111,172,235); }
H1.HeaderClassName
{
color: #6FACEB;
}
.AnyTagClassName
{
color: #6FACEB;
}
</style>
background-color css
<style>
a { background-color: #6FACEB; }
a { background-color: rgb(111,172,235); }
div.DivClassName
{
background-color: #6FACEB;
}
.BgClassName
{
background-color: #6FACEB;
}
</style>
border-color css
<style>
span { border-color: #6FACEB; }
span { border-color: rgb(111,172,235); }
td.TdClassName
{
border-color: #6FACEB;
}
.TagClassName
{
border-color: #6FACEB;
}
</style>