Html Css Color HEX #603598 Daisy Bush

📋 copy color: '#603598'

red 96 ◦ green 53 ◦ blue 152

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

Shades of Daisy Bush #603598

Tints of Daisy Bush #603598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 31.89%
G = 17.61%
B = 50.5%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#603598 (or 0x603598) is known color: Daisy Bush. HEX triplet: 60, 35 and 98. RGB value is (96,53,152). Sum of RGB (Red+Green+Blue) = 96+53+152=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #603598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603598 is #9FCA67. Grayscale: #4C4C4C. Windows color (decimal): -10472040 or 9975136. OLE color: 9975136.

HSL color Cylindrical-coordinate representation of color #603598: hue angle of 266.06º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #603598 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 53 152 -
CMYK 0.37 0.65 0 0.40
HSL 266.06º 0.48% 0.4% -
HSV(B) 266.06º 0.65% 0.6% -
XYZ 11.76 7.3 30.49 -
YUV 77.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 96 53 152 0.37 0.65 0 0.40 266.06 0.48 0.4
Hex 60 35 98 25 41 0 28 10A 30 28
Octal 140 65 230 45 101 0 50 412 60 50
Binary 1100000 110101 10011000 100101 1000001 0 101000 100001010 110000 101000

Color Harmonies of #603598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603598

Black with #603598

Text Example


Text Example

White with #603598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603598; }

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

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

background-color css

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

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

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

border-color css

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

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

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