Html Css Color HEX #674274 Honey Flower

📋 copy color: '#674274'

red 103 ◦ green 66 ◦ blue 116

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

Shades of Honey Flower #674274

Tints of Honey Flower #674274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 36.14%
G = 23.16%
B = 40.7%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#674274 (or 0x674274) is known color: Honey Flower. HEX triplet: 67, 42 and 74. RGB value is (103,66,116). Sum of RGB (Red+Green+Blue) = 103+66+116=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #674274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674274 is #98BD8B. Grayscale: #525252. Windows color (decimal): -10009996 or 7619175. OLE color: 7619175.

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

Color convert

RGB 103 66 116 -
CMYK 0.11 0.43 0 0.55
HSL 284.4º 0.27% 0.36% -
HSV(B) 284.4º 0.43% 0.45% -
XYZ 10.69 8.04 17.51 -
YUV 82.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 103 66 116 0.11 0.43 0 0.55 284.4 0.27 0.36
Hex 67 42 74 B 2B 0 37 11C 1B 24
Octal 147 102 164 13 53 0 67 434 33 44
Binary 1100111 1000010 1110100 1011 101011 0 110111 100011100 11011 100100

Color Harmonies of #674274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674274

Black with #674274

Text Example


Text Example

White with #674274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674274; }

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

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

background-color css

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

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

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

border-color css

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

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

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