Shades of Jordy Blue #769CE6
Tints of Jordy Blue #769CE6
RGB
CMYK
RGB Variations
Color information
#769CE6 (or 0x769CE6) is known color: Jordy Blue. HEX triplet: 76, 9C and E6. RGB value is (118,156,230). Sum of RGB (Red+Green+Blue) = 118+156+230=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #769CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CE6 is #896319. Grayscale: #989898. Windows color (decimal): -9003802 or 15113334. OLE color: 15113334.
HSL color Cylindrical-coordinate representation of color #769CE6: hue angle of 219.64º 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 #769CE6 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 156 | 230 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.10 |
| HSL | 219.64º | 0.69% | 0.68% | - |
| HSV(B) | 219.64º | 0.49% | 0.9% | - |
| XYZ | 33.64 | 33.34 | 79.53 | - |
| YUV | 153.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 230 | 0.49 | 0.32 | 0 | 0.10 | 219.64 | 0.69 | 0.68 |
| Hex | 76 | 9C | E6 | 31 | 20 | 0 | A | DC | 45 | 44 |
| Octal | 166 | 234 | 346 | 61 | 40 | 0 | 12 | 334 | 105 | 104 |
| Binary | 1110110 | 10011100 | 11100110 | 110001 | 100000 | 0 | 1010 | 11011100 | 1000101 | 1000100 |
Color Harmonies of #769CE6
Complementary color
Monochromatic Colors of #769CE6
Black with #769CE6
Text Example
Text Example
White with #769CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CE6; }
p { color: rgb(118,156,230); }
H1.HeaderClassName
{
color: #769CE6;
}
.AnyTagClassName
{
color: #769CE6;
}
</style>
background-color css
<style>
a { background-color: #769CE6; }
a { background-color: rgb(118,156,230); }
div.DivClassName
{
background-color: #769CE6;
}
.BgClassName
{
background-color: #769CE6;
}
</style>
border-color css
<style>
span { border-color: #769CE6; }
span { border-color: rgb(118,156,230); }
td.TdClassName
{
border-color: #769CE6;
}
.TagClassName
{
border-color: #769CE6;
}
</style>