Html Css Color HEX #625896 Butterfly Bush

📋 copy color: '#625896'

red 98 ◦ green 88 ◦ blue 150

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

Shades of Butterfly Bush #625896

Tints of Butterfly Bush #625896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 29.17%
G = 26.19%
B = 44.64%

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

#625896 (or 0x625896) is known color: Butterfly Bush. HEX triplet: 62, 58 and 96. RGB value is (98,88,150). Sum of RGB (Red+Green+Blue) = 98+88+150=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #625896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625896 is #9DA769. Grayscale: #616161. Windows color (decimal): -10332010 or 9853026. OLE color: 9853026.

HSL color Cylindrical-coordinate representation of color #625896: hue angle of 249.68º 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 #625896 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 88 150 -
CMYK 0.35 0.41 0 0.41
HSL 249.68º 0.26% 0.47% -
HSV(B) 249.68º 0.41% 0.59% -
XYZ 14.03 11.78 30.39 -
YUV 98.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 98 88 150 0.35 0.41 0 0.41 249.68 0.26 0.47
Hex 62 58 96 23 29 0 29 FA 1A 2F
Octal 142 130 226 43 51 0 51 372 32 57
Binary 1100010 1011000 10010110 100011 101001 0 101001 11111010 11010 101111

Color Harmonies of #625896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625896

Black with #625896

Text Example


Text Example

White with #625896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625896; }

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

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

background-color css

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

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

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

border-color css

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

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

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