#67407F

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

Shades of Honey Flower #67407F

Tints of Honey Flower #67407F

Color information

#67407F (or 0x67407F) is unknown color: approx Honey Flower. HEX triplet: 67, 40 and 7F. RGB value is (103,64,127). Sum of RGB (Red+Green+Blue) = 103+64+127=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #67407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67407F is #98BF80. Grayscale: #525252. Windows color (decimal): -10010497 or 8339559. OLE color: 8339559.

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

Color convert

RGB10364127-
CMYK0.190.5000.50
HSL277.14º32.98%37.45%-
HSV(B)277.14º49.61%49.8%-
XYZ11.268.0821.05-
YUV82.84152.92142.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 127 (50% from 255) = 43.20%
R=35.03%
G=21.77%
B=43.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal103641270.190.5000.50277.1432.9837.45
Hex67407F13320321152125
Octal14710017723620624254145
Binary110011110000001111111100111100100110010100010101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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