#683C80

Color #683C80 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #683C80

Tints of Honey Flower #683C80

Color information

#683C80 (or 0x683C80) is unknown color: approx Honey Flower. HEX triplet: 68, 3C and 80. RGB value is (104,60,128). Sum of RGB (Red+Green+Blue) = 104+60+128=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #683C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683C80 is #97C37F. Grayscale: #505050. Windows color (decimal): -9945984 or 8404072. OLE color: 8404072.

HSL color Cylindrical-coordinate representation of color #683C80: hue angle of 278.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683C80 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10460128-
CMYK0.190.5300.50
HSL278.82º36.17%36.86%-
HSV(B)278.82º53.12%50.2%-
XYZ11.227.7321.32-
YUV80.91154.58144.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 60 (23.83% from 255) = 20.55%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=35.62%
G=20.55%
B=43.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104601280.190.5300.50278.8236.1736.86
Hex683C8013350321172425
Octal1507420023650624274445
Binary110100011110010000000100111101010110010100010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683C80; }

 p { color: rgb(104,60,128); }

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

<style>
 a { background-color: #683C80; }

 a { background-color: rgb(104,60,128); }

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

<style>
 span { border-color: #683C80; }

 span { border-color: rgb(104,60,128); }

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