Html Css Color HEX #625095 Butterfly Bush

📋 copy color: '#625095'

red 98 ◦ green 80 ◦ blue 149

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

Shades of Butterfly Bush #625095

Tints of Butterfly Bush #625095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.46%

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 29.97%
G = 24.46%
B = 45.57%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#625095 (or 0x625095) is known color: Butterfly Bush. HEX triplet: 62, 50 and 95. RGB value is (98,80,149). Sum of RGB (Red+Green+Blue) = 98+80+149=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #625095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625095 is #9DAF6A. Grayscale: #5C5C5C. Windows color (decimal): -10334059 or 9785442. OLE color: 9785442.

HSL color Cylindrical-coordinate representation of color #625095: hue angle of 255.65º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #625095 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 80 149 -
CMYK 0.34 0.46 0 0.42
HSL 255.65º 0.3% 0.45% -
HSV(B) 255.65º 0.46% 0.58% -
XYZ 13.33 10.5 29.76 -
YUV 93.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 98 80 149 0.34 0.46 0 0.42 255.65 0.3 0.45
Hex 62 50 95 22 2E 0 2A 100 1E 2D
Octal 142 120 225 42 56 0 52 400 36 55
Binary 1100010 1010000 10010101 100010 101110 0 101010 100000000 11110 101101

Color Harmonies of #625095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625095

Black with #625095

Text Example


Text Example

White with #625095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625095; }

 p { color: rgb(98,80,149); }

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

background-color css

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

 a { background-color: rgb(98,80,149); }

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

border-color css

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

 span { border-color: rgb(98,80,149); }

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