Html Css Color HEX #60356E Honey Flower

📋 copy color: '#60356E'

red 96 ◦ green 53 ◦ blue 110

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

Shades of Honey Flower #60356E

Tints of Honey Flower #60356E

RGB

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

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

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

R = 37.07%
G = 20.46%
B = 42.47%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60356E (or 0x60356E) is known color: Honey Flower. HEX triplet: 60, 35 and 6E. RGB value is (96,53,110). Sum of RGB (Red+Green+Blue) = 96+53+110=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #60356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60356E is #9FCA91. Grayscale: #484848. Windows color (decimal): -10472082 or 7222624. OLE color: 7222624.

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

Color convert

RGB 96 53 110 -
CMYK 0.13 0.52 0 0.57
HSL 285.26º 0.35% 0.32% -
HSV(B) 285.26º 0.52% 0.43% -
XYZ 8.91 6.16 15.47 -
YUV 72.36 149.25 144.87 -
System Red Green Blue C M Y K H S L
Decimal 96 53 110 0.13 0.52 0 0.57 285.26 0.35 0.32
Hex 60 35 6E D 34 0 39 11D 23 20
Octal 140 65 156 15 64 0 71 435 43 40
Binary 1100000 110101 1101110 1101 110100 0 111001 100011101 100011 100000

Color Harmonies of #60356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60356E

Black with #60356E

Text Example


Text Example

White with #60356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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