Html Css Color HEX #674475 Honey Flower

📋 copy color: '#674475'

red 103 ◦ green 68 ◦ blue 117

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

Shades of Honey Flower #674475

Tints of Honey Flower #674475

RGB

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

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

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

R = 35.76%
G = 23.61%
B = 40.63%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#674475 (or 0x674475) is known color: Honey Flower. HEX triplet: 67, 44 and 75. RGB value is (103,68,117). Sum of RGB (Red+Green+Blue) = 103+68+117=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #674475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674475 is #98BB8A. Grayscale: #535353. Windows color (decimal): -10009483 or 7685223. OLE color: 7685223.

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

Color convert

RGB 103 68 117 -
CMYK 0.12 0.42 0 0.54
HSL 282.86º 0.26% 0.36% -
HSV(B) 282.86º 0.42% 0.46% -
XYZ 10.87 8.3 17.86 -
YUV 84.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 103 68 117 0.12 0.42 0 0.54 282.86 0.26 0.36
Hex 67 44 75 C 2A 0 36 11B 1A 24
Octal 147 104 165 14 52 0 66 433 32 44
Binary 1100111 1000100 1110101 1100 101010 0 110110 100011011 11010 100100

Color Harmonies of #674475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674475

Black with #674475

Text Example


Text Example

White with #674475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674475; }

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

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

background-color css

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

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

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

border-color css

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

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

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