Html Css Color HEX #625593 Butterfly Bush

📋 copy color: '#625593'

red 98 ◦ green 85 ◦ blue 147

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

Shades of Butterfly Bush #625593

Tints of Butterfly Bush #625593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 147 (57.81% from 255) = 44.55%

R = 29.7%
G = 25.76%
B = 44.55%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#625593 (or 0x625593) is known color: Butterfly Bush. HEX triplet: 62, 55 and 93. RGB value is (98,85,147). Sum of RGB (Red+Green+Blue) = 98+85+147=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #625593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625593 is #9DAA6C. Grayscale: #5F5F5F. Windows color (decimal): -10332781 or 9655650. OLE color: 9655650.

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

Color convert

RGB 98 85 147 -
CMYK 0.33 0.42 0 0.42
HSL 252.58º 0.27% 0.45% -
HSV(B) 252.58º 0.42% 0.58% -
XYZ 13.55 11.2 29.05 -
YUV 95.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 98 85 147 0.33 0.42 0 0.42 252.58 0.27 0.45
Hex 62 55 93 21 2A 0 2A FD 1B 2D
Octal 142 125 223 41 52 0 52 375 33 55
Binary 1100010 1010101 10010011 100001 101010 0 101010 11111101 11011 101101

Color Harmonies of #625593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625593

Black with #625593

Text Example


Text Example

White with #625593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625593; }

 p { color: rgb(98,85,147); }

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

background-color css

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

 a { background-color: rgb(98,85,147); }

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

border-color css

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

 span { border-color: rgb(98,85,147); }

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