Html Css Color HEX #613E94 Daisy Bush

📋 copy color: '#613E94'

red 97 ◦ green 62 ◦ blue 148

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

Shades of Daisy Bush #613E94

Tints of Daisy Bush #613E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 31.6%
G = 20.2%
B = 48.21%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#613E94 (or 0x613E94) is known color: Daisy Bush. HEX triplet: 61, 3E and 94. RGB value is (97,62,148). Sum of RGB (Red+Green+Blue) = 97+62+148=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #613E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E94 is #9EC16B. Grayscale: #515151. Windows color (decimal): -10404204 or 9715297. OLE color: 9715297.

HSL color Cylindrical-coordinate representation of color #613E94: hue angle of 264.42º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613E94 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 62 148 -
CMYK 0.34 0.58 0 0.42
HSL 264.42º 0.41% 0.41% -
HSV(B) 264.42º 0.58% 0.58% -
XYZ 12 8.12 28.95 -
YUV 82.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 97 62 148 0.34 0.58 0 0.42 264.42 0.41 0.41
Hex 61 3E 94 22 3A 0 2A 108 29 29
Octal 141 76 224 42 72 0 52 410 51 51
Binary 1100001 111110 10010100 100010 111010 0 101010 100001000 101001 101001

Color Harmonies of #613E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E94

Black with #613E94

Text Example


Text Example

White with #613E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613E94; }

 p { color: rgb(97,62,148); }

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

background-color css

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

 a { background-color: rgb(97,62,148); }

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

border-color css

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

 span { border-color: rgb(97,62,148); }

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