Html Css Color HEX #603F89 Daisy Bush

📋 copy color: '#603F89'

red 96 ◦ green 63 ◦ blue 137

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

Shades of Daisy Bush #603F89

Tints of Daisy Bush #603F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.28%

R = 32.43%
G = 21.28%
B = 46.28%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#603F89 (or 0x603F89) is known color: Daisy Bush. HEX triplet: 60, 3F and 89. RGB value is (96,63,137). Sum of RGB (Red+Green+Blue) = 96+63+137=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #603F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F89 is #9FC076. Grayscale: #515151. Windows color (decimal): -10469495 or 8994656. OLE color: 8994656.

HSL color Cylindrical-coordinate representation of color #603F89: hue angle of 266.76º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603F89 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 63 137 -
CMYK 0.30 0.54 0 0.46
HSL 266.76º 0.37% 0.39% -
HSV(B) 266.76º 0.54% 0.54% -
XYZ 11.12 7.85 24.6 -
YUV 81.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 96 63 137 0.30 0.54 0 0.46 266.76 0.37 0.39
Hex 60 3F 89 1E 36 0 2E 10B 25 27
Octal 140 77 211 36 66 0 56 413 45 47
Binary 1100000 111111 10001001 11110 110110 0 101110 100001011 100101 100111

Color Harmonies of #603F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F89

Black with #603F89

Text Example


Text Example

White with #603F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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