Html Css Color HEX #60376D Honey Flower

📋 copy color: '#60376D'

red 96 ◦ green 55 ◦ blue 109

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

Shades of Honey Flower #60376D

Tints of Honey Flower #60376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.15%

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 36.92%
G = 21.15%
B = 41.92%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60376D (or 0x60376D) is known color: Honey Flower. HEX triplet: 60, 37 and 6D. RGB value is (96,55,109). Sum of RGB (Red+Green+Blue) = 96+55+109=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #60376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60376D is #9FC892. Grayscale: #494949. Windows color (decimal): -10471571 or 7157600. OLE color: 7157600.

HSL color Cylindrical-coordinate representation of color #60376D: hue angle of 285.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60376D is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 55 109 -
CMYK 0.12 0.50 0 0.57
HSL 285.56º 0.33% 0.32% -
HSV(B) 285.56º 0.5% 0.43% -
XYZ 8.95 6.32 15.22 -
YUV 73.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 96 55 109 0.12 0.50 0 0.57 285.56 0.33 0.32
Hex 60 37 6D C 32 0 39 11E 21 20
Octal 140 67 155 14 62 0 71 436 41 40
Binary 1100000 110111 1101101 1100 110010 0 111001 100011110 100001 100000

Color Harmonies of #60376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60376D

Black with #60376D

Text Example


Text Example

White with #60376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60376D; }

 p { color: rgb(96,55,109); }

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

background-color css

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

 a { background-color: rgb(96,55,109); }

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

border-color css

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

 span { border-color: rgb(96,55,109); }

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