Html Css Color HEX #674472 Honey Flower

📋 copy color: '#674472'

red 103 ◦ green 68 ◦ blue 114

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

Shades of Honey Flower #674472

Tints of Honey Flower #674472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

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

R = 36.14%
G = 23.86%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#674472 (or 0x674472) is known color: Honey Flower. HEX triplet: 67, 44 and 72. RGB value is (103,68,114). Sum of RGB (Red+Green+Blue) = 103+68+114=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #674472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674472 is #98BB8D. Grayscale: #535353. Windows color (decimal): -10009486 or 7488615. OLE color: 7488615.

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

Color convert

RGB 103 68 114 -
CMYK 0.10 0.40 0 0.55
HSL 285.65º 0.25% 0.36% -
HSV(B) 285.65º 0.4% 0.45% -
XYZ 10.7 8.23 16.94 -
YUV 83.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 103 68 114 0.10 0.40 0 0.55 285.65 0.25 0.36
Hex 67 44 72 A 28 0 37 11E 19 24
Octal 147 104 162 12 50 0 67 436 31 44
Binary 1100111 1000100 1110010 1010 101000 0 110111 100011110 11001 100100

Color Harmonies of #674472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674472

Black with #674472

Text Example


Text Example

White with #674472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674472; }

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

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

background-color css

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

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

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

border-color css

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

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

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