Html Css Color HEX #625996 Butterfly Bush

📋 copy color: '#625996'

red 98 ◦ green 89 ◦ blue 150

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

Shades of Butterfly Bush #625996

Tints of Butterfly Bush #625996

RGB

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

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

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

R = 29.08%
G = 26.41%
B = 44.51%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#625996 (or 0x625996) is known color: Butterfly Bush. HEX triplet: 62, 59 and 96. RGB value is (98,89,150). Sum of RGB (Red+Green+Blue) = 98+89+150=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #625996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625996 is #9DA669. Grayscale: #626262. Windows color (decimal): -10331754 or 9853282. OLE color: 9853282.

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

Color convert

RGB 98 89 150 -
CMYK 0.35 0.41 0 0.41
HSL 248.85º 0.26% 0.47% -
HSV(B) 248.85º 0.41% 0.59% -
XYZ 14.11 11.94 30.42 -
YUV 98.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 98 89 150 0.35 0.41 0 0.41 248.85 0.26 0.47
Hex 62 59 96 23 29 0 29 F9 1A 2F
Octal 142 131 226 43 51 0 51 371 32 57
Binary 1100010 1011001 10010110 100011 101001 0 101001 11111001 11010 101111

Color Harmonies of #625996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625996

Black with #625996

Text Example


Text Example

White with #625996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625996; }

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

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

background-color css

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

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

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

border-color css

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

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

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