Html Css Color HEX #625696 Butterfly Bush

📋 copy color: '#625696'

red 98 ◦ green 86 ◦ blue 150

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

Shades of Butterfly Bush #625696

Tints of Butterfly Bush #625696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

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

R = 29.34%
G = 25.75%
B = 44.91%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#625696 (or 0x625696) is known color: Butterfly Bush. HEX triplet: 62, 56 and 96. RGB value is (98,86,150). Sum of RGB (Red+Green+Blue) = 98+86+150=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #625696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625696 is #9DA969. Grayscale: #606060. Windows color (decimal): -10332522 or 9852514. OLE color: 9852514.

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

Color convert

RGB 98 86 150 -
CMYK 0.35 0.43 0 0.41
HSL 251.25º 0.27% 0.46% -
HSV(B) 251.25º 0.43% 0.59% -
XYZ 13.87 11.45 30.33 -
YUV 96.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 98 86 150 0.35 0.43 0 0.41 251.25 0.27 0.46
Hex 62 56 96 23 2B 0 29 FB 1B 2E
Octal 142 126 226 43 53 0 51 373 33 56
Binary 1100010 1010110 10010110 100011 101011 0 101001 11111011 11011 101110

Color Harmonies of #625696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625696

Black with #625696

Text Example


Text Example

White with #625696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625696; }

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

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

background-color css

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

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

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

border-color css

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

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

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