Shades of Jordy Blue #6FA8E8
Tints of Jordy Blue #6FA8E8
RGB
CMYK
RGB Variations
Color information
#6FA8E8 (or 0x6FA8E8) is known color: Jordy Blue. HEX triplet: 6F, A8 and E8. RGB value is (111,168,232). Sum of RGB (Red+Green+Blue) = 111+168+232=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FA8E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA8E8 is #905717. Grayscale: #9D9D9D. Windows color (decimal): -9459480 or 15247471. OLE color: 15247471.
HSL color Cylindrical-coordinate representation of color #6FA8E8: hue angle of 211.74º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FA8E8 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 168 | 232 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.09 |
| HSL | 211.74º | 0.72% | 0.67% | - |
| HSV(B) | 211.74º | 0.52% | 0.91% | - |
| XYZ | 35.12 | 37.21 | 81.68 | - |
| YUV | 158.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 232 | 0.52 | 0.28 | 0 | 0.09 | 211.74 | 0.72 | 0.67 |
| Hex | 6F | A8 | E8 | 34 | 1C | 0 | 9 | D4 | 48 | 43 |
| Octal | 157 | 250 | 350 | 64 | 34 | 0 | 11 | 324 | 110 | 103 |
| Binary | 1101111 | 10101000 | 11101000 | 110100 | 11100 | 0 | 1001 | 11010100 | 1001000 | 1000011 |
Color Harmonies of #6FA8E8
Complementary color
Monochromatic Colors of #6FA8E8
Black with #6FA8E8
Text Example
Text Example
White with #6FA8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA8E8; }
p { color: rgb(111,168,232); }
H1.HeaderClassName
{
color: #6FA8E8;
}
.AnyTagClassName
{
color: #6FA8E8;
}
</style>
background-color css
<style>
a { background-color: #6FA8E8; }
a { background-color: rgb(111,168,232); }
div.DivClassName
{
background-color: #6FA8E8;
}
.BgClassName
{
background-color: #6FA8E8;
}
</style>
border-color css
<style>
span { border-color: #6FA8E8; }
span { border-color: rgb(111,168,232); }
td.TdClassName
{
border-color: #6FA8E8;
}
.TagClassName
{
border-color: #6FA8E8;
}
</style>