Html Css Color HEX #603E9C Daisy Bush

📋 copy color: '#603E9C'

red 96 ◦ green 62 ◦ blue 156

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

Shades of Daisy Bush #603E9C

Tints of Daisy Bush #603E9C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 30.57%
G = 19.75%
B = 49.68%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#603E9C (or 0x603E9C) is known color: Daisy Bush. HEX triplet: 60, 3E and 9C. RGB value is (96,62,156). Sum of RGB (Red+Green+Blue) = 96+62+156=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #603E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603E9C is #9FC163. Grayscale: #525252. Windows color (decimal): -10469732 or 10239584. OLE color: 10239584.

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

Color convert

RGB 96 62 156 -
CMYK 0.38 0.60 0 0.39
HSL 261.7º 0.43% 0.43% -
HSV(B) 261.7º 0.6% 0.61% -
XYZ 12.55 8.33 32.4 -
YUV 82.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 96 62 156 0.38 0.60 0 0.39 261.7 0.43 0.43
Hex 60 3E 9C 26 3C 0 27 106 2B 2B
Octal 140 76 234 46 74 0 47 406 53 53
Binary 1100000 111110 10011100 100110 111100 0 100111 100000110 101011 101011

Color Harmonies of #603E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E9C

Black with #603E9C

Text Example


Text Example

White with #603E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,62,156); }

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

background-color css

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

 a { background-color: rgb(96,62,156); }

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

border-color css

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

 span { border-color: rgb(96,62,156); }

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