#68417C

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

Shades of Honey Flower #68417C

Tints of Honey Flower #68417C

Color information

#68417C (or 0x68417C) is unknown color: approx Honey Flower. HEX triplet: 68, 41 and 7C. RGB value is (104,65,124). Sum of RGB (Red+Green+Blue) = 104+65+124=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #68417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68417C is #97BE83. Grayscale: #535353. Windows color (decimal): -9944708 or 8143208. OLE color: 8143208.

HSL color Cylindrical-coordinate representation of color #68417C: hue angle of 279.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68417C is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10465124-
CMYK0.160.4800.51
HSL279.66º31.22%37.06%-
HSV(B)279.66º47.58%48.63%-
XYZ11.248.1820.06-
YUV83.39150.92142.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=35.49%
G=22.18%
B=42.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104651240.160.4800.51279.6631.2237.06
Hex68417C10300331181f25
Octal15010117420600634303745
Binary11010001000001111110010000110000011001110001100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68417C; }

 p { color: rgb(104,65,124); }

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

<style>
 a { background-color: #68417C; }

 a { background-color: rgb(104,65,124); }

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

<style>
 span { border-color: #68417C; }

 span { border-color: rgb(104,65,124); }

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