Html Css Color HEX #613296 Daisy Bush

📋 copy color: '#613296'

red 97 ◦ green 50 ◦ blue 150

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

Shades of Daisy Bush #613296

Tints of Daisy Bush #613296

RGB

 RED value IS 97 (38.28% from 255) = 32.66%

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 32.66%
G = 16.84%
B = 50.51%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613296 (or 0x613296) is known color: Daisy Bush. HEX triplet: 61, 32 and 96. RGB value is (97,50,150). Sum of RGB (Red+Green+Blue) = 97+50+150=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 50 (19.92% from 255 or 16.84% 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 #613296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613296 is #9ECD69. Grayscale: #4B4B4B. Windows color (decimal): -10407274 or 9843297. OLE color: 9843297.

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

Color convert

RGB 97 50 150 -
CMYK 0.35 0.67 0 0.41
HSL 268.2º 0.5% 0.39% -
HSV(B) 268.2º 0.67% 0.59% -
XYZ 11.58 7.02 29.6 -
YUV 75.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 97 50 150 0.35 0.67 0 0.41 268.2 0.5 0.39
Hex 61 32 96 23 43 0 29 10C 32 27
Octal 141 62 226 43 103 0 51 414 62 47
Binary 1100001 110010 10010110 100011 1000011 0 101001 100001100 110010 100111

Color Harmonies of #613296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613296

Black with #613296

Text Example


Text Example

White with #613296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613296; }

 p { color: rgb(97,50,150); }

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

background-color css

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

 a { background-color: rgb(97,50,150); }

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

border-color css

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

 span { border-color: rgb(97,50,150); }

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