Html Css Color HEX #674076 Honey Flower

📋 copy color: '#674076'

red 103 ◦ green 64 ◦ blue 118

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

Shades of Honey Flower #674076

Tints of Honey Flower #674076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 36.14%
G = 22.46%
B = 41.4%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#674076 (or 0x674076) is known color: Honey Flower. HEX triplet: 67, 40 and 76. RGB value is (103,64,118). Sum of RGB (Red+Green+Blue) = 103+64+118=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #674076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674076 is #98BF89. Grayscale: #515151. Windows color (decimal): -10010506 or 7749735. OLE color: 7749735.

HSL color Cylindrical-coordinate representation of color #674076: hue angle of 283.33º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #674076 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 64 118 -
CMYK 0.13 0.46 0 0.54
HSL 283.33º 0.3% 0.36% -
HSV(B) 283.33º 0.46% 0.46% -
XYZ 10.7 7.86 18.09 -
YUV 81.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 103 64 118 0.13 0.46 0 0.54 283.33 0.3 0.36
Hex 67 40 76 D 2E 0 36 11B 1E 24
Octal 147 100 166 15 56 0 66 433 36 44
Binary 1100111 1000000 1110110 1101 101110 0 110110 100011011 11110 100100

Color Harmonies of #674076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674076

Black with #674076

Text Example


Text Example

White with #674076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674076; }

 p { color: rgb(103,64,118); }

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

background-color css

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

 a { background-color: rgb(103,64,118); }

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

border-color css

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

 span { border-color: rgb(103,64,118); }

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