Html Css Color HEX #603396 Daisy Bush

📋 copy color: '#603396'

red 96 ◦ green 51 ◦ blue 150

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

Shades of Daisy Bush #603396

Tints of Daisy Bush #603396

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 150 (58.98% from 255) = 50.51%

R = 32.32%
G = 17.17%
B = 50.51%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#603396 (or 0x603396) is known color: Daisy Bush. HEX triplet: 60, 33 and 96. RGB value is (96,51,150). Sum of RGB (Red+Green+Blue) = 96+51+150=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #603396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603396 is #9FCC69. Grayscale: #4B4B4B. Windows color (decimal): -10472554 or 9843552. OLE color: 9843552.

HSL color Cylindrical-coordinate representation of color #603396: hue angle of 267.27º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603396 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 51 150 -
CMYK 0.36 0.66 0 0.41
HSL 267.27º 0.49% 0.39% -
HSV(B) 267.27º 0.66% 0.59% -
XYZ 11.51 7.06 29.61 -
YUV 75.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 96 51 150 0.36 0.66 0 0.41 267.27 0.49 0.39
Hex 60 33 96 24 42 0 29 10B 31 27
Octal 140 63 226 44 102 0 51 413 61 47
Binary 1100000 110011 10010110 100100 1000010 0 101001 100001011 110001 100111

Color Harmonies of #603396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603396

Black with #603396

Text Example


Text Example

White with #603396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603396; }

 p { color: rgb(96,51,150); }

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

background-color css

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

 a { background-color: rgb(96,51,150); }

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

border-color css

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

 span { border-color: rgb(96,51,150); }

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