#769FE6

Color #769FE6 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #769FE6

Tints of Jordy Blue #769FE6

Color information

#769FE6 (or 0x769FE6) is unknown color: approx 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

RGB118159230-
CMYK0.490.3100.10
HSL218.04º69.14%68.24%-
HSV(B)218.04º48.7%90.2%-
XYZ34.1534.3679.7-
YUV154.84170.42101.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=23.27%
G=31.36%
B=45.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1181592300.490.3100.10218.0469.1468.24
Hex769FE6311F0Ada4544
Octal1662373466137012332105104
Binary1110110100111111110011011000111111010101101101010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>