Html Css Color HEX #604176 Honey Flower

📋 copy color: '#604176'

red 96 ◦ green 65 ◦ blue 118

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

Shades of Honey Flower #604176

Tints of Honey Flower #604176

RGB

 RED value IS 96 (37.89% from 255) = 34.41%

 GREEN value IS 65 (25.78% from 255) = 23.3%

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

R = 34.41%
G = 23.3%
B = 42.29%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#604176 (or 0x604176) is known color: Honey Flower. HEX triplet: 60, 41 and 76. RGB value is (96,65,118). Sum of RGB (Red+Green+Blue) = 96+65+118=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #604176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604176 is #9FBE89. Grayscale: #505050. Windows color (decimal): -10469002 or 7749984. OLE color: 7749984.

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

Color convert

RGB 96 65 118 -
CMYK 0.19 0.45 0 0.54
HSL 275.09º 0.29% 0.36% -
HSV(B) 275.09º 0.45% 0.46% -
XYZ 9.98 7.58 18.08 -
YUV 80.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 96 65 118 0.19 0.45 0 0.54 275.09 0.29 0.36
Hex 60 41 76 13 2D 0 36 113 1D 24
Octal 140 101 166 23 55 0 66 423 35 44
Binary 1100000 1000001 1110110 10011 101101 0 110110 100010011 11101 100100

Color Harmonies of #604176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604176

Black with #604176

Text Example


Text Example

White with #604176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604176; }

 p { color: rgb(96,65,118); }

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

background-color css

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

 a { background-color: rgb(96,65,118); }

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

border-color css

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

 span { border-color: rgb(96,65,118); }

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