Html Css Color HEX #625992 Butterfly Bush

📋 copy color: '#625992'

red 98 ◦ green 89 ◦ blue 146

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

Shades of Butterfly Bush #625992

Tints of Butterfly Bush #625992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 29.43%
G = 26.73%
B = 43.84%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#625992 (or 0x625992) is known color: Butterfly Bush. HEX triplet: 62, 59 and 92. RGB value is (98,89,146). Sum of RGB (Red+Green+Blue) = 98+89+146=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #625992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625992 is #9DA66D. Grayscale: #616161. Windows color (decimal): -10331758 or 9591138. OLE color: 9591138.

HSL color Cylindrical-coordinate representation of color #625992: hue angle of 249.47º 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 #625992 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 89 146 -
CMYK 0.33 0.39 0 0.43
HSL 249.47º 0.24% 0.46% -
HSV(B) 249.47º 0.39% 0.57% -
XYZ 13.8 11.82 28.75 -
YUV 98.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 98 89 146 0.33 0.39 0 0.43 249.47 0.24 0.46
Hex 62 59 92 21 27 0 2B F9 18 2E
Octal 142 131 222 41 47 0 53 371 30 56
Binary 1100010 1011001 10010010 100001 100111 0 101011 11111001 11000 101110

Color Harmonies of #625992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625992

Black with #625992

Text Example


Text Example

White with #625992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625992; }

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

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

background-color css

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

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

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

border-color css

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

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

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