#768DD6

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

Shades of Portage #768DD6

Tints of Portage #768DD6

Color information

#768DD6 (or 0x768DD6) is unknown color: approx Portage. HEX triplet: 76, 8D and D6. RGB value is (118,141,214). Sum of RGB (Red+Green+Blue) = 118+141+214=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #768DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DD6 is #897229. Grayscale: #8E8E8E. Windows color (decimal): -9007658 or 14060918. OLE color: 14060918.

HSL color Cylindrical-coordinate representation of color #768DD6: hue angle of 225.62º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #768DD6 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118141214-
CMYK0.450.3400.16
HSL225.62º53.93%65.1%-
HSV(B)225.62º44.86%83.92%-
XYZ29.1327.7667.44-
YUV142.44168.38110.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=24.95%
G=29.81%
B=45.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181412140.450.3400.16225.6253.9365.1
Hex768DD62D22010e23641
Octal166215326554202034266101
Binary11101101000110111010110101101100010010000111000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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