#68387F

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

Shades of Honey Flower #68387F

Tints of Honey Flower #68387F

Color information

#68387F (or 0x68387F) is unknown color: approx Honey Flower. HEX triplet: 68, 38 and 7F. RGB value is (104,56,127). Sum of RGB (Red+Green+Blue) = 104+56+127=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #68387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68387F is #97C780. Grayscale: #4E4E4E. Windows color (decimal): -9947009 or 8337512. OLE color: 8337512.

HSL color Cylindrical-coordinate representation of color #68387F: hue angle of 280.56º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68387F is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10456127-
CMYK0.180.5600.50
HSL280.56º38.8%35.88%-
HSV(B)280.56º55.91%49.8%-
XYZ10.957.320.91-
YUV78.45155.4146.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 127 (50% from 255) = 44.25%
R=36.24%
G=19.51%
B=44.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104561270.180.5600.50280.5638.835.88
Hex68387F12380321192724
Octal1507017722700624314744
Binary11010001110001111111100101110000110010100011001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68387F; }

 p { color: rgb(104,56,127); }

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

<style>
 a { background-color: #68387F; }

 a { background-color: rgb(104,56,127); }

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

<style>
 span { border-color: #68387F; }

 span { border-color: rgb(104,56,127); }

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