Html Css Color HEX #613E88 Daisy Bush

📋 copy color: '#613E88'

red 97 ◦ green 62 ◦ blue 136

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

Shades of Daisy Bush #613E88

Tints of Daisy Bush #613E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 32.88%
G = 21.02%
B = 46.1%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#613E88 (or 0x613E88) is known color: Daisy Bush. HEX triplet: 61, 3E and 88. RGB value is (97,62,136). Sum of RGB (Red+Green+Blue) = 97+62+136=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #613E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E88 is #9EC177. Grayscale: #505050. Windows color (decimal): -10404216 or 8928865. OLE color: 8928865.

HSL color Cylindrical-coordinate representation of color #613E88: hue angle of 268.38º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #613E88 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 62 136 -
CMYK 0.29 0.54 0 0.47
HSL 268.38º 0.37% 0.39% -
HSV(B) 268.38º 0.54% 0.53% -
XYZ 11.1 7.76 24.21 -
YUV 80.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 97 62 136 0.29 0.54 0 0.47 268.38 0.37 0.39
Hex 61 3E 88 1D 36 0 2F 10C 25 27
Octal 141 76 210 35 66 0 57 414 45 47
Binary 1100001 111110 10001000 11101 110110 0 101111 100001100 100101 100111

Color Harmonies of #613E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E88

Black with #613E88

Text Example


Text Example

White with #613E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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