Html Css Color HEX #674074 Honey Flower

📋 copy color: '#674074'

red 103 ◦ green 64 ◦ blue 116

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

Shades of Honey Flower #674074

Tints of Honey Flower #674074

RGB

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

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

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

R = 36.4%
G = 22.61%
B = 40.99%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#674074 (or 0x674074) is known color: Honey Flower. HEX triplet: 67, 40 and 74. RGB value is (103,64,116). Sum of RGB (Red+Green+Blue) = 103+64+116=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #674074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674074 is #98BF8B. Grayscale: #515151. Windows color (decimal): -10010508 or 7618663. OLE color: 7618663.

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

Color convert

RGB 103 64 116 -
CMYK 0.11 0.45 0 0.55
HSL 285º 0.29% 0.35% -
HSV(B) 285º 0.45% 0.45% -
XYZ 10.58 7.81 17.47 -
YUV 81.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 103 64 116 0.11 0.45 0 0.55 285 0.29 0.35
Hex 67 40 74 B 2D 0 37 11D 1D 23
Octal 147 100 164 13 55 0 67 435 35 43
Binary 1100111 1000000 1110100 1011 101101 0 110111 100011101 11101 100011

Color Harmonies of #674074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674074

Black with #674074

Text Example


Text Example

White with #674074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674074; }

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

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

background-color css

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

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

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

border-color css

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

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

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