Html Css Color HEX #603F9D Daisy Bush

📋 copy color: '#603F9D'

red 96 ◦ green 63 ◦ blue 157

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

Shades of Daisy Bush #603F9D

Tints of Daisy Bush #603F9D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

 BLUE value IS 157 (61.72% from 255) = 49.68%

R = 30.38%
G = 19.94%
B = 49.68%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#603F9D (or 0x603F9D) is known color: Daisy Bush. HEX triplet: 60, 3F and 9D. RGB value is (96,63,157). Sum of RGB (Red+Green+Blue) = 96+63+157=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #603F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F9D is #9FC062. Grayscale: #535353. Windows color (decimal): -10469475 or 10305376. OLE color: 10305376.

HSL color Cylindrical-coordinate representation of color #603F9D: hue angle of 261.06º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #603F9D is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 63 157 -
CMYK 0.39 0.60 0 0.38
HSL 261.06º 0.43% 0.43% -
HSV(B) 261.06º 0.6% 0.62% -
XYZ 12.69 8.48 32.87 -
YUV 83.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 96 63 157 0.39 0.60 0 0.38 261.06 0.43 0.43
Hex 60 3F 9D 27 3C 0 26 105 2B 2B
Octal 140 77 235 47 74 0 46 405 53 53
Binary 1100000 111111 10011101 100111 111100 0 100110 100000101 101011 101011

Color Harmonies of #603F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F9D

Black with #603F9D

Text Example


Text Example

White with #603F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603F9D; }

 p { color: rgb(96,63,157); }

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

background-color css

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

 a { background-color: rgb(96,63,157); }

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

border-color css

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

 span { border-color: rgb(96,63,157); }

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