Html Css Color HEX #60376B Honey Flower

📋 copy color: '#60376B'

red 96 ◦ green 55 ◦ blue 107

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

Shades of Honey Flower #60376B

Tints of Honey Flower #60376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 37.21%
G = 21.32%
B = 41.47%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60376B (or 0x60376B) is known color: Honey Flower. HEX triplet: 60, 37 and 6B. RGB value is (96,55,107). Sum of RGB (Red+Green+Blue) = 96+55+107=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #60376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60376B is #9FC894. Grayscale: #494949. Windows color (decimal): -10471573 or 7026528. OLE color: 7026528.

HSL color Cylindrical-coordinate representation of color #60376B: hue angle of 287.31º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60376B is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 55 107 -
CMYK 0.10 0.49 0 0.58
HSL 287.31º 0.32% 0.32% -
HSV(B) 287.31º 0.49% 0.42% -
XYZ 8.84 6.28 14.66 -
YUV 73.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 96 55 107 0.10 0.49 0 0.58 287.31 0.32 0.32
Hex 60 37 6B A 31 0 3A 11F 20 20
Octal 140 67 153 12 61 0 72 437 40 40
Binary 1100000 110111 1101011 1010 110001 0 111010 100011111 100000 100000

Color Harmonies of #60376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60376B

Black with #60376B

Text Example


Text Example

White with #60376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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