Html Css Color HEX #625390 Butterfly Bush

📋 copy color: '#625390'

red 98 ◦ green 83 ◦ blue 144

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

Shades of Butterfly Bush #625390

Tints of Butterfly Bush #625390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 30.15%
G = 25.54%
B = 44.31%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#625390 (or 0x625390) is known color: Butterfly Bush. HEX triplet: 62, 53 and 90. RGB value is (98,83,144). Sum of RGB (Red+Green+Blue) = 98+83+144=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #625390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625390 is #9DAC6F. Grayscale: #5E5E5E. Windows color (decimal): -10333296 or 9458530. OLE color: 9458530.

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

Color convert

RGB 98 83 144 -
CMYK 0.32 0.42 0 0.44
HSL 254.75º 0.27% 0.45% -
HSV(B) 254.75º 0.42% 0.56% -
XYZ 13.16 10.8 27.78 -
YUV 94.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 98 83 144 0.32 0.42 0 0.44 254.75 0.27 0.45
Hex 62 53 90 20 2A 0 2C FF 1B 2D
Octal 142 123 220 40 52 0 54 377 33 55
Binary 1100010 1010011 10010000 100000 101010 0 101100 11111111 11011 101101

Color Harmonies of #625390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625390

Black with #625390

Text Example


Text Example

White with #625390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625390; }

 p { color: rgb(98,83,144); }

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

background-color css

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

 a { background-color: rgb(98,83,144); }

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

border-color css

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

 span { border-color: rgb(98,83,144); }

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