#674472

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

Shades of Honey Flower #674472

Tints of Honey Flower #674472

Color information

#674472 (or 0x674472) is unknown color: approx Honey Flower. HEX triplet: 67, 44 and 72. RGB value is (103,68,114). Sum of RGB (Red+Green+Blue) = 103+68+114=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #674472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674472 is #98BB8D. Grayscale: #535353. Windows color (decimal): -10009486 or 7488615. OLE color: 7488615.

HSL color Cylindrical-coordinate representation of color #674472: hue angle of 285.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #674472 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10368114-
CMYK0.100.4000.55
HSL285.65º25.27%35.69%-
HSV(B)285.65º40.35%44.71%-
XYZ10.78.2316.94-
YUV83.71145.1141.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 114 (44.92% from 255) = 40%
R=36.14%
G=23.86%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103681140.100.4000.55285.6525.2735.69
Hex674472A2803711e1924
Octal14710416212500674363144
Binary1100111100010011100101010101000011011110001111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674472; }

 p { color: rgb(103,68,114); }

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

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

 a { background-color: rgb(103,68,114); }

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

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

 span { border-color: rgb(103,68,114); }

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