Shades of Jordy Blue #69A6E8
Tints of Jordy Blue #69A6E8
RGB
CMYK
RGB Variations
Color information
#69A6E8 (or 0x69A6E8) is known color: Jordy Blue. HEX triplet: 69, A6 and E8. RGB value is (105,166,232). Sum of RGB (Red+Green+Blue) = 105+166+232=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #69A6E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A6E8 is #965917. Grayscale: #9A9A9A. Windows color (decimal): -9853208 or 15246953. OLE color: 15246953.
HSL color Cylindrical-coordinate representation of color #69A6E8: hue angle of 211.18º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A6E8 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 166 | 232 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.09 |
| HSL | 211.18º | 0.73% | 0.66% | - |
| HSV(B) | 211.18º | 0.55% | 0.91% | - |
| XYZ | 34.03 | 36.1 | 81.52 | - |
| YUV | 155.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 232 | 0.55 | 0.28 | 0 | 0.09 | 211.18 | 0.73 | 0.66 |
| Hex | 69 | A6 | E8 | 37 | 1C | 0 | 9 | D3 | 49 | 42 |
| Octal | 151 | 246 | 350 | 67 | 34 | 0 | 11 | 323 | 111 | 102 |
| Binary | 1101001 | 10100110 | 11101000 | 110111 | 11100 | 0 | 1001 | 11010011 | 1001001 | 1000010 |
Color Harmonies of #69A6E8
Complementary color
Monochromatic Colors of #69A6E8
Black with #69A6E8
Text Example
Text Example
White with #69A6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A6E8; }
p { color: rgb(105,166,232); }
H1.HeaderClassName
{
color: #69A6E8;
}
.AnyTagClassName
{
color: #69A6E8;
}
</style>
background-color css
<style>
a { background-color: #69A6E8; }
a { background-color: rgb(105,166,232); }
div.DivClassName
{
background-color: #69A6E8;
}
.BgClassName
{
background-color: #69A6E8;
}
</style>
border-color css
<style>
span { border-color: #69A6E8; }
span { border-color: rgb(105,166,232); }
td.TdClassName
{
border-color: #69A6E8;
}
.TagClassName
{
border-color: #69A6E8;
}
</style>