#768DE6

Color #768DE6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #768DE6

Tints of Cornflower Blue #768DE6

Color information

#768DE6 (or 0x768DE6) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8D and E6. RGB value is (118,141,230). Sum of RGB (Red+Green+Blue) = 118+141+230=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #768DE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DE6 is #897219. Grayscale: #8F8F8F. Windows color (decimal): -9007642 or 15109494. OLE color: 15109494.

HSL color Cylindrical-coordinate representation of color #768DE6: hue angle of 227.68º 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 #768DE6 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB118141230-
CMYK0.490.3900.10
HSL227.68º69.14%68.24%-
HSV(B)227.68º48.7%90.2%-
XYZ31.2828.6178.74-
YUV144.27176.38109.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 230 (90.23% from 255) = 47.03%
R=24.13%
G=28.83%
B=47.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1181412300.490.3900.10227.6869.1468.24
Hex768DE631270Ae44544
Octal1662153466147012344105104
Binary11101101000110111100110110001100111010101110010010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768DE6; }

 p { color: rgb(118,141,230); }

 H1.HeaderClassName
 {
   color: #768DE6;
 }
 .AnyTagClassName
 {
   color: #768DE6;
 }
</style>
background-color css

<style>
 a { background-color: #768DE6; }

 a { background-color: rgb(118,141,230); }

 div.DivClassName
 {
   background-color: #768DE6;
 }
 .BgClassName
 {
   background-color: #768DE6;
 }
</style>
border-color css

<style>
 span { border-color: #768DE6; }

 span { border-color: rgb(118,141,230); }

 td.TdClassName
 {
   border-color: #768DE6;
 }
 .TagClassName
 {
   border-color: #768DE6;
 }
</style>