Html Css Color HEX #60356D Honey Flower

📋 copy color: '#60356D'

red 96 ◦ green 53 ◦ blue 109

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

Shades of Honey Flower #60356D

Tints of Honey Flower #60356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 37.21%
G = 20.54%
B = 42.25%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60356D (or 0x60356D) is known color: Honey Flower. HEX triplet: 60, 35 and 6D. RGB value is (96,53,109). Sum of RGB (Red+Green+Blue) = 96+53+109=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #60356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60356D is #9FCA92. Grayscale: #484848. Windows color (decimal): -10472083 or 7157088. OLE color: 7157088.

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

Color convert

RGB 96 53 109 -
CMYK 0.12 0.51 0 0.57
HSL 286.07º 0.35% 0.32% -
HSV(B) 286.07º 0.51% 0.43% -
XYZ 8.86 6.14 15.19 -
YUV 72.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 96 53 109 0.12 0.51 0 0.57 286.07 0.35 0.32
Hex 60 35 6D C 33 0 39 11E 23 20
Octal 140 65 155 14 63 0 71 436 43 40
Binary 1100000 110101 1101101 1100 110011 0 111001 100011110 100011 100000

Color Harmonies of #60356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60356D

Black with #60356D

Text Example


Text Example

White with #60356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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