#674476

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

Shades of Honey Flower #674476

Tints of Honey Flower #674476

Color information

#674476 (or 0x674476) is unknown color: approx Honey Flower. HEX triplet: 67, 44 and 76. RGB value is (103,68,118). Sum of RGB (Red+Green+Blue) = 103+68+118=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #674476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674476 is #98BB89. Grayscale: #545454. Windows color (decimal): -10009482 or 7750759. OLE color: 7750759.

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

Color convert

RGB10368118-
CMYK0.130.4200.54
HSL282º26.88%36.47%-
HSV(B)282º42.37%46.27%-
XYZ10.938.3318.17-
YUV84.16147.1141.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.64%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=35.64%
G=23.53%
B=40.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103681180.130.4200.5428226.8836.47
Hex674476D2A03611a1b24
Octal14710416615520664323344
Binary1100111100010011101101101101010011011010001101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674476; }

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

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

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

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

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

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

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

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