#674076

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

Shades of Honey Flower #674076

Tints of Honey Flower #674076

Color information

#674076 (or 0x674076) is unknown color: approx Honey Flower. HEX triplet: 67, 40 and 76. RGB value is (103,64,118). Sum of RGB (Red+Green+Blue) = 103+64+118=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #674076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674076 is #98BF89. Grayscale: #515151. Windows color (decimal): -10010506 or 7749735. OLE color: 7749735.

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

Color convert

RGB10364118-
CMYK0.130.4600.54
HSL283.33º29.67%35.69%-
HSV(B)283.33º45.76%46.27%-
XYZ10.77.8618.09-
YUV81.82148.42143.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=36.14%
G=22.46%
B=41.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103641180.130.4600.54283.3329.6735.69
Hex674076D2E03611b1e24
Octal14710016615560664333644
Binary1100111100000011101101101101110011011010001101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674076; }

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

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

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

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

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

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

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

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