#674275

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

Shades of Honey Flower #674275

Tints of Honey Flower #674275

Color information

#674275 (or 0x674275) is unknown color: approx Honey Flower. HEX triplet: 67, 42 and 75. RGB value is (103,66,117). Sum of RGB (Red+Green+Blue) = 103+66+117=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #674275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674275 is #98BD8A. Grayscale: #525252. Windows color (decimal): -10009995 or 7684711. OLE color: 7684711.

HSL color Cylindrical-coordinate representation of color #674275: hue angle of 283.53º degrees, saturation: 0.28, 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 #674275 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10366117-
CMYK0.120.4400.54
HSL283.53º27.87%35.88%-
HSV(B)283.53º43.59%45.88%-
XYZ10.758.0617.82-
YUV82.88147.26142.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.01%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=36.01%
G=23.08%
B=40.91%

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
Decimal103661170.120.4400.54283.5327.8735.88
Hex674275C2C03611c1c24
Octal14710216514540664343444
Binary1100111100001011101011100101100011011010001110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674275; }

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

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

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

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

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

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

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

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