Html Css Color HEX #603696 Daisy Bush

📋 copy color: '#603696'

red 96 ◦ green 54 ◦ blue 150

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

Shades of Daisy Bush #603696

Tints of Daisy Bush #603696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 150 (58.98% from 255) = 50%

R = 32%
G = 18%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#603696 (or 0x603696) is known color: Daisy Bush. HEX triplet: 60, 36 and 96. RGB value is (96,54,150). Sum of RGB (Red+Green+Blue) = 96+54+150=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #603696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603696 is #9FC969. Grayscale: #4D4D4D. Windows color (decimal): -10471786 or 9844320. OLE color: 9844320.

HSL color Cylindrical-coordinate representation of color #603696: hue angle of 266.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #603696 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 54 150 -
CMYK 0.36 0.64 0 0.41
HSL 266.25º 0.47% 0.4% -
HSV(B) 266.25º 0.64% 0.59% -
XYZ 11.65 7.33 29.65 -
YUV 77.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 96 54 150 0.36 0.64 0 0.41 266.25 0.47 0.4
Hex 60 36 96 24 40 0 29 10A 2F 28
Octal 140 66 226 44 100 0 51 412 57 50
Binary 1100000 110110 10010110 100100 1000000 0 101001 100001010 101111 101000

Color Harmonies of #603696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603696

Black with #603696

Text Example


Text Example

White with #603696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603696; }

 p { color: rgb(96,54,150); }

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

background-color css

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

 a { background-color: rgb(96,54,150); }

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

border-color css

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

 span { border-color: rgb(96,54,150); }

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