Html Css Color HEX #60356C Honey Flower

📋 copy color: '#60356C'

red 96 ◦ green 53 ◦ blue 108

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

Shades of Honey Flower #60356C

Tints of Honey Flower #60356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 37.35%
G = 20.62%
B = 42.02%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60356C (or 0x60356C) is known color: Honey Flower. HEX triplet: 60, 35 and 6C. RGB value is (96,53,108). Sum of RGB (Red+Green+Blue) = 96+53+108=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #60356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60356C is #9FCA93. Grayscale: #474747. Windows color (decimal): -10472084 or 7091552. OLE color: 7091552.

HSL color Cylindrical-coordinate representation of color #60356C: hue angle of 286.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60356C is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 53 108 -
CMYK 0.11 0.51 0 0.58
HSL 286.91º 0.34% 0.32% -
HSV(B) 286.91º 0.51% 0.42% -
XYZ 8.8 6.12 14.9 -
YUV 72.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 96 53 108 0.11 0.51 0 0.58 286.91 0.34 0.32
Hex 60 35 6C B 33 0 3A 11F 22 20
Octal 140 65 154 13 63 0 72 437 42 40
Binary 1100000 110101 1101100 1011 110011 0 111010 100011111 100010 100000

Color Harmonies of #60356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60356C

Black with #60356C

Text Example


Text Example

White with #60356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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