Html Css Color HEX #625991 Butterfly Bush

📋 copy color: '#625991'

red 98 ◦ green 89 ◦ blue 145

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

Shades of Butterfly Bush #625991

Tints of Butterfly Bush #625991

RGB

 RED value IS 98 (38.67% from 255) = 29.52%

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 29.52%
G = 26.81%
B = 43.67%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#625991 (or 0x625991) is known color: Butterfly Bush. HEX triplet: 62, 59 and 91. RGB value is (98,89,145). Sum of RGB (Red+Green+Blue) = 98+89+145=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #625991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625991 is #9DA66E. Grayscale: #616161. Windows color (decimal): -10331759 or 9525602. OLE color: 9525602.

HSL color Cylindrical-coordinate representation of color #625991: hue angle of 249.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #625991 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 89 145 -
CMYK 0.32 0.39 0 0.43
HSL 249.64º 0.24% 0.46% -
HSV(B) 249.64º 0.39% 0.57% -
XYZ 13.72 11.79 28.34 -
YUV 98.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 98 89 145 0.32 0.39 0 0.43 249.64 0.24 0.46
Hex 62 59 91 20 27 0 2B FA 18 2E
Octal 142 131 221 40 47 0 53 372 30 56
Binary 1100010 1011001 10010001 100000 100111 0 101011 11111010 11000 101110

Color Harmonies of #625991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625991

Black with #625991

Text Example


Text Example

White with #625991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625991; }

 p { color: rgb(98,89,145); }

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

background-color css

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

 a { background-color: rgb(98,89,145); }

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

border-color css

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

 span { border-color: rgb(98,89,145); }

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