Html Css Color HEX #603F9A Daisy Bush

📋 copy color: '#603F9A'

red 96 ◦ green 63 ◦ blue 154

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

Shades of Daisy Bush #603F9A

Tints of Daisy Bush #603F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.2%

R = 30.67%
G = 20.13%
B = 49.2%

CMYK

 C value IS 0.38

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#603F9A (or 0x603F9A) is known color: Daisy Bush. HEX triplet: 60, 3F and 9A. RGB value is (96,63,154). Sum of RGB (Red+Green+Blue) = 96+63+154=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #603F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F9A is #9FC065. Grayscale: #525252. Windows color (decimal): -10469478 or 10108768. OLE color: 10108768.

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

Color convert

RGB 96 63 154 -
CMYK 0.38 0.59 0 0.40
HSL 261.76º 0.42% 0.43% -
HSV(B) 261.76º 0.59% 0.6% -
XYZ 12.43 8.37 31.53 -
YUV 83.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 96 63 154 0.38 0.59 0 0.40 261.76 0.42 0.43
Hex 60 3F 9A 26 3B 0 28 106 2A 2B
Octal 140 77 232 46 73 0 50 406 52 53
Binary 1100000 111111 10011010 100110 111011 0 101000 100000110 101010 101011

Color Harmonies of #603F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F9A

Black with #603F9A

Text Example


Text Example

White with #603F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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