Html Css Color HEX #603F8C Daisy Bush

📋 copy color: '#603F8C'

red 96 ◦ green 63 ◦ blue 140

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

Shades of Daisy Bush #603F8C

Tints of Daisy Bush #603F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.82%

R = 32.11%
G = 21.07%
B = 46.82%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#603F8C (or 0x603F8C) is known color: Daisy Bush. HEX triplet: 60, 3F and 8C. RGB value is (96,63,140). Sum of RGB (Red+Green+Blue) = 96+63+140=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #603F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F8C is #9FC073. Grayscale: #515151. Windows color (decimal): -10469492 or 9191264. OLE color: 9191264.

HSL color Cylindrical-coordinate representation of color #603F8C: hue angle of 265.71º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #603F8C is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 63 140 -
CMYK 0.31 0.55 0 0.45
HSL 265.71º 0.38% 0.4% -
HSV(B) 265.71º 0.55% 0.55% -
XYZ 11.34 7.94 25.75 -
YUV 81.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 96 63 140 0.31 0.55 0 0.45 265.71 0.38 0.4
Hex 60 3F 8C 1F 37 0 2D 10A 26 28
Octal 140 77 214 37 67 0 55 412 46 50
Binary 1100000 111111 10001100 11111 110111 0 101101 100001010 100110 101000

Color Harmonies of #603F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F8C

Black with #603F8C

Text Example


Text Example

White with #603F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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