Shades of Jordy Blue #69A6EA
Tints of Jordy Blue #69A6EA
RGB
CMYK
RGB Variations
Color information
#69A6EA (or 0x69A6EA) is known color: Jordy Blue. HEX triplet: 69, A6 and EA. RGB value is (105,166,234). Sum of RGB (Red+Green+Blue) = 105+166+234=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #69A6EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A6EA is #965915. Grayscale: #9B9B9B. Windows color (decimal): -9853206 or 15378025. OLE color: 15378025.
HSL color Cylindrical-coordinate representation of color #69A6EA: hue angle of 211.63º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A6EA is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 166 | 234 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.08 |
| HSL | 211.63º | 0.75% | 0.66% | - |
| HSV(B) | 211.63º | 0.55% | 0.92% | - |
| XYZ | 34.31 | 36.22 | 83.02 | - |
| YUV | 155.51 | 172.29 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 234 | 0.55 | 0.29 | 0 | 0.08 | 211.63 | 0.75 | 0.66 |
| Hex | 69 | A6 | EA | 37 | 1D | 0 | 8 | D4 | 4B | 42 |
| Octal | 151 | 246 | 352 | 67 | 35 | 0 | 10 | 324 | 113 | 102 |
| Binary | 1101001 | 10100110 | 11101010 | 110111 | 11101 | 0 | 1000 | 11010100 | 1001011 | 1000010 |
Color Harmonies of #69A6EA
Complementary color
Monochromatic Colors of #69A6EA
Black with #69A6EA
Text Example
Text Example
White with #69A6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A6EA; }
p { color: rgb(105,166,234); }
H1.HeaderClassName
{
color: #69A6EA;
}
.AnyTagClassName
{
color: #69A6EA;
}
</style>
background-color css
<style>
a { background-color: #69A6EA; }
a { background-color: rgb(105,166,234); }
div.DivClassName
{
background-color: #69A6EA;
}
.BgClassName
{
background-color: #69A6EA;
}
</style>
border-color css
<style>
span { border-color: #69A6EA; }
span { border-color: rgb(105,166,234); }
td.TdClassName
{
border-color: #69A6EA;
}
.TagClassName
{
border-color: #69A6EA;
}
</style>