Html Css Color HEX #60376E Honey Flower

📋 copy color: '#60376E'

red 96 ◦ green 55 ◦ blue 110

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

Shades of Honey Flower #60376E

Tints of Honey Flower #60376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.15%

R = 36.78%
G = 21.07%
B = 42.15%

CMYK

 C value IS 0.13

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60376E (or 0x60376E) is known color: Honey Flower. HEX triplet: 60, 37 and 6E. RGB value is (96,55,110). Sum of RGB (Red+Green+Blue) = 96+55+110=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #60376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60376E is #9FC891. Grayscale: #494949. Windows color (decimal): -10471570 or 7223136. OLE color: 7223136.

HSL color Cylindrical-coordinate representation of color #60376E: hue angle of 284.73º 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 #60376E is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 55 110 -
CMYK 0.13 0.5 0 0.57
HSL 284.73º 0.33% 0.32% -
HSV(B) 284.73º 0.5% 0.43% -
XYZ 9 6.34 15.5 -
YUV 73.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 96 55 110 0.13 0.5 0 0.57 284.73 0.33 0.32
Hex 60 37 6E D 32 0 39 11D 21 20
Octal 140 67 156 15 62 0 71 435 41 40
Binary 1100000 110111 1101110 1101 110010 0 111001 100011101 100001 100000

Color Harmonies of #60376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60376E

Black with #60376E

Text Example


Text Example

White with #60376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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