Shades of Jordy Blue #69A8E7
Tints of Jordy Blue #69A8E7
RGB
CMYK
RGB Variations
Color information
#69A8E7 (or 0x69A8E7) is known color: Jordy Blue. HEX triplet: 69, A8 and E7. RGB value is (105,168,231). Sum of RGB (Red+Green+Blue) = 105+168+231=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #69A8E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A8E7 is #965718. Grayscale: #9C9C9C. Windows color (decimal): -9852697 or 15181929. OLE color: 15181929.
HSL color Cylindrical-coordinate representation of color #69A8E7: hue angle of 210º degrees, saturation: 0.72, 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 #69A8E7 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 168 | 231 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.09 |
| HSL | 210º | 0.72% | 0.66% | - |
| HSV(B) | 210º | 0.55% | 0.91% | - |
| XYZ | 34.25 | 36.78 | 80.89 | - |
| YUV | 156.35 | 170.13 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 231 | 0.55 | 0.27 | 0 | 0.09 | 210 | 0.72 | 0.66 |
| Hex | 69 | A8 | E7 | 37 | 1B | 0 | 9 | D2 | 48 | 42 |
| Octal | 151 | 250 | 347 | 67 | 33 | 0 | 11 | 322 | 110 | 102 |
| Binary | 1101001 | 10101000 | 11100111 | 110111 | 11011 | 0 | 1001 | 11010010 | 1001000 | 1000010 |
Color Harmonies of #69A8E7
Complementary color
Monochromatic Colors of #69A8E7
Black with #69A8E7
Text Example
Text Example
White with #69A8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A8E7; }
p { color: rgb(105,168,231); }
H1.HeaderClassName
{
color: #69A8E7;
}
.AnyTagClassName
{
color: #69A8E7;
}
</style>
background-color css
<style>
a { background-color: #69A8E7; }
a { background-color: rgb(105,168,231); }
div.DivClassName
{
background-color: #69A8E7;
}
.BgClassName
{
background-color: #69A8E7;
}
</style>
border-color css
<style>
span { border-color: #69A8E7; }
span { border-color: rgb(105,168,231); }
td.TdClassName
{
border-color: #69A8E7;
}
.TagClassName
{
border-color: #69A8E7;
}
</style>