Html Css Color HEX #603099 Daisy Bush

📋 copy color: '#603099'

red 96 ◦ green 48 ◦ blue 153

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

Shades of Daisy Bush #603099

Tints of Daisy Bush #603099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

 BLUE value IS 153 (60.16% from 255) = 51.52%

R = 32.32%
G = 16.16%
B = 51.52%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#603099 (or 0x603099) is known color: Daisy Bush. HEX triplet: 60, 30 and 99. RGB value is (96,48,153). Sum of RGB (Red+Green+Blue) = 96+48+153=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #603099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603099 is #9FCF66. Grayscale: #494949. Windows color (decimal): -10473319 or 10039392. OLE color: 10039392.

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

Color convert

RGB 96 48 153 -
CMYK 0.37 0.69 0 0.4
HSL 267.43º 0.52% 0.39% -
HSV(B) 267.43º 0.69% 0.6% -
XYZ 11.63 6.9 30.86 -
YUV 74.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 96 48 153 0.37 0.69 0 0.4 267.43 0.52 0.39
Hex 60 30 99 25 45 0 28 10B 34 27
Octal 140 60 231 45 105 0 50 413 64 47
Binary 1100000 110000 10011001 100101 1000101 0 101000 100001011 110100 100111

Color Harmonies of #603099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603099

Black with #603099

Text Example


Text Example

White with #603099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603099; }

 p { color: rgb(96,48,153); }

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

background-color css

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

 a { background-color: rgb(96,48,153); }

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

border-color css

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

 span { border-color: rgb(96,48,153); }

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