#674775

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

Shades of Honey Flower #674775

Tints of Honey Flower #674775

Color information

#674775 (or 0x674775) is unknown color: approx Honey Flower. HEX triplet: 67, 47 and 75. RGB value is (103,71,117). Sum of RGB (Red+Green+Blue) = 103+71+117=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #674775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674775 is #98B88A. Grayscale: #555555. Windows color (decimal): -10008715 or 7685991. OLE color: 7685991.

HSL color Cylindrical-coordinate representation of color #674775: hue angle of 281.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #674775 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10371117-
CMYK0.120.3900.54
HSL281.74º24.47%36.86%-
HSV(B)281.74º39.32%45.88%-
XYZ11.068.6717.92-
YUV85.81145.6140.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=35.40%
G=24.40%
B=40.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103711170.120.3900.54281.7424.4736.86
Hex674775C2703611a1825
Octal14710716514470664323045
Binary1100111100011111101011100100111011011010001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674775; }

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

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

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

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

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

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

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

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