#674175

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

Shades of Honey Flower #674175

Tints of Honey Flower #674175

Color information

#674175 (or 0x674175) is unknown color: approx Honey Flower. HEX triplet: 67, 41 and 75. RGB value is (103,65,117). Sum of RGB (Red+Green+Blue) = 103+65+117=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #674175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674175 is #98BE8A. Grayscale: #525252. Windows color (decimal): -10010251 or 7684455. OLE color: 7684455.

HSL color Cylindrical-coordinate representation of color #674175: hue angle of 283.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #674175 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10365117-
CMYK0.120.4400.54
HSL283.85º28.57%35.69%-
HSV(B)283.85º44.44%45.88%-
XYZ10.697.9517.8-
YUV82.29147.59142.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=36.14%
G=22.81%
B=41.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103651170.120.4400.54283.8528.5735.69
Hex674175C2C03611c1d24
Octal14710116514540664343544
Binary1100111100000111101011100101100011011010001110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674175; }

 p { color: rgb(103,65,117); }

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

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

 a { background-color: rgb(103,65,117); }

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

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

 span { border-color: rgb(103,65,117); }

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