#67407C

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

Shades of Honey Flower #67407C

Tints of Honey Flower #67407C

Color information

#67407C (or 0x67407C) is unknown color: approx Honey Flower. HEX triplet: 67, 40 and 7C. RGB value is (103,64,124). Sum of RGB (Red+Green+Blue) = 103+64+124=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #67407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67407C is #98BF83. Grayscale: #525252. Windows color (decimal): -10010500 or 8142951. OLE color: 8142951.

HSL color Cylindrical-coordinate representation of color #67407C: hue angle of 279º degrees, saturation: 0.32, 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 #67407C is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10364124-
CMYK0.170.4800.51
HSL279º31.91%36.86%-
HSV(B)279º48.39%48.63%-
XYZ11.078.0120.03-
YUV82.5151.42142.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=35.40%
G=21.99%
B=42.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal103641240.170.4800.5127931.9136.86
Hex67407C11300331172025
Octal14710017421600634274045
Binary110011110000001111100100011100000110011100010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,64,124); }

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

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

 a { background-color: rgb(103,64,124); }

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

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

 span { border-color: rgb(103,64,124); }

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