Html Css Color HEX #60358E Daisy Bush

📋 copy color: '#60358E'

red 96 ◦ green 53 ◦ blue 142

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

Shades of Daisy Bush #60358E

Tints of Daisy Bush #60358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.8%

R = 32.99%
G = 18.21%
B = 48.8%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60358E (or 0x60358E) is known color: Daisy Bush. HEX triplet: 60, 35 and 8E. RGB value is (96,53,142). Sum of RGB (Red+Green+Blue) = 96+53+142=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #60358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60358E is #9FCA71. Grayscale: #4B4B4B. Windows color (decimal): -10472050 or 9319776. OLE color: 9319776.

HSL color Cylindrical-coordinate representation of color #60358E: hue angle of 268.99º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60358E is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 53 142 -
CMYK 0.32 0.63 0 0.44
HSL 268.99º 0.46% 0.38% -
HSV(B) 268.99º 0.63% 0.56% -
XYZ 10.98 6.99 26.36 -
YUV 76 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 96 53 142 0.32 0.63 0 0.44 268.99 0.46 0.38
Hex 60 35 8E 20 3F 0 2C 10D 2E 26
Octal 140 65 216 40 77 0 54 415 56 46
Binary 1100000 110101 10001110 100000 111111 0 101100 100001101 101110 100110

Color Harmonies of #60358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60358E

Black with #60358E

Text Example


Text Example

White with #60358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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