Html Css Color HEX #674C75 Honey Flower

📋 copy color: '#674C75'

red 103 ◦ green 76 ◦ blue 117

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

Shades of Honey Flower #674C75

Tints of Honey Flower #674C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.68%

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 34.8%
G = 25.68%
B = 39.53%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#674C75 (or 0x674C75) is known color: Honey Flower. HEX triplet: 67, 4C and 75. RGB value is (103,76,117). Sum of RGB (Red+Green+Blue) = 103+76+117=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #674C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C75 is #98B38A. Grayscale: #585858. Windows color (decimal): -10007435 or 7687271. OLE color: 7687271.

HSL color Cylindrical-coordinate representation of color #674C75: hue angle of 279.51º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #674C75 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 76 117 -
CMYK 0.12 0.35 0 0.54
HSL 279.51º 0.21% 0.38% -
HSV(B) 279.51º 0.35% 0.46% -
XYZ 11.39 9.34 18.03 -
YUV 88.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 103 76 117 0.12 0.35 0 0.54 279.51 0.21 0.38
Hex 67 4C 75 C 23 0 36 118 15 26
Octal 147 114 165 14 43 0 66 430 25 46
Binary 1100111 1001100 1110101 1100 100011 0 110110 100011000 10101 100110

Color Harmonies of #674C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C75

Black with #674C75

Text Example


Text Example

White with #674C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674C75; }

 p { color: rgb(103,76,117); }

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

background-color css

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

 a { background-color: rgb(103,76,117); }

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

border-color css

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

 span { border-color: rgb(103,76,117); }

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