Shades of Jordy Blue #769FE6
Tints of Jordy Blue #769FE6
RGB
CMYK
RGB Variations
Color information
#769FE6 (or 0x769FE6) is known color: Jordy Blue. HEX triplet: 76, 9F and E6. RGB value is (118,159,230). Sum of RGB (Red+Green+Blue) = 118+159+230=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #769FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769FE6 is #896019. Grayscale: #9A9A9A. Windows color (decimal): -9003034 or 15114102. OLE color: 15114102.
HSL color Cylindrical-coordinate representation of color #769FE6: hue angle of 218.04º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #769FE6 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 159 | 230 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.10 |
| HSL | 218.04º | 0.69% | 0.68% | - |
| HSV(B) | 218.04º | 0.49% | 0.9% | - |
| XYZ | 34.15 | 34.36 | 79.7 | - |
| YUV | 154.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 230 | 0.49 | 0.31 | 0 | 0.10 | 218.04 | 0.69 | 0.68 |
| Hex | 76 | 9F | E6 | 31 | 1F | 0 | A | DA | 45 | 44 |
| Octal | 166 | 237 | 346 | 61 | 37 | 0 | 12 | 332 | 105 | 104 |
| Binary | 1110110 | 10011111 | 11100110 | 110001 | 11111 | 0 | 1010 | 11011010 | 1000101 | 1000100 |
Color Harmonies of #769FE6
Complementary color
Monochromatic Colors of #769FE6
Black with #769FE6
Text Example
Text Example
White with #769FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FE6; }
p { color: rgb(118,159,230); }
H1.HeaderClassName
{
color: #769FE6;
}
.AnyTagClassName
{
color: #769FE6;
}
</style>
background-color css
<style>
a { background-color: #769FE6; }
a { background-color: rgb(118,159,230); }
div.DivClassName
{
background-color: #769FE6;
}
.BgClassName
{
background-color: #769FE6;
}
</style>
border-color css
<style>
span { border-color: #769FE6; }
span { border-color: rgb(118,159,230); }
td.TdClassName
{
border-color: #769FE6;
}
.TagClassName
{
border-color: #769FE6;
}
</style>