Html Css Color HEX #674972 Honey Flower

📋 copy color: '#674972'

red 103 ◦ green 73 ◦ blue 114

#674972
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #674972

Tints of Honey Flower #674972

RGB

 RED value IS 103 (40.63% from 255) = 35.52%

 GREEN value IS 73 (28.91% from 255) = 25.17%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 35.52%
G = 25.17%
B = 39.31%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#674972 (or 0x674972) is known color: Honey Flower. HEX triplet: 67, 49 and 72. RGB value is (103,73,114). Sum of RGB (Red+Green+Blue) = 103+73+114=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #674972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674972 is #98B68D. Grayscale: #565656. Windows color (decimal): -10008206 or 7489895. OLE color: 7489895.

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

Color convert

RGB 103 73 114 -
CMYK 0.10 0.36 0 0.55
HSL 283.9º 0.22% 0.37% -
HSV(B) 283.9º 0.36% 0.45% -
XYZ 11.01 8.86 17.05 -
YUV 86.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 103 73 114 0.10 0.36 0 0.55 283.9 0.22 0.37
Hex 67 49 72 A 24 0 37 11C 16 25
Octal 147 111 162 12 44 0 67 434 26 45
Binary 1100111 1001001 1110010 1010 100100 0 110111 100011100 10110 100101

Color Harmonies of #674972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674972

Black with #674972

Text Example


Text Example

White with #674972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674972; }

 p { color: rgb(103,73,114); }

 H1.HeaderClassName
 {
   color: #674972;
 }
 .AnyTagClassName
 {
   color: #674972;
 }
</style>

background-color css

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

 a { background-color: rgb(103,73,114); }

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

border-color css

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

 span { border-color: rgb(103,73,114); }

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