#674874

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

Shades of Honey Flower #674874

Tints of Honey Flower #674874

Color information

#674874 (or 0x674874) is unknown color: approx Honey Flower. HEX triplet: 67, 48 and 74. RGB value is (103,72,116). Sum of RGB (Red+Green+Blue) = 103+72+116=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #674874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674874 is #98B78B. Grayscale: #565656. Windows color (decimal): -10008460 or 7620711. OLE color: 7620711.

HSL color Cylindrical-coordinate representation of color #674874: hue angle of 282.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #674874 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10372116-
CMYK0.110.3800.55
HSL282.27º23.4%36.86%-
HSV(B)282.27º37.93%45.49%-
XYZ11.068.7817.63-
YUV86.28144.77139.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=35.40%
G=24.74%
B=39.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103721160.110.3800.55282.2723.436.86
Hex674874B2603711a1725
Octal14711016413460674322745
Binary1100111100100011101001011100110011011110001101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674874; }

 p { color: rgb(103,72,116); }

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

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

 a { background-color: rgb(103,72,116); }

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

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

 span { border-color: rgb(103,72,116); }

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