Html Css Color HEX #625394 Butterfly Bush

📋 copy color: '#625394'

red 98 ◦ green 83 ◦ blue 148

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

Shades of Butterfly Bush #625394

Tints of Butterfly Bush #625394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 29.79%
G = 25.23%
B = 44.98%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#625394 (or 0x625394) is known color: Butterfly Bush. HEX triplet: 62, 53 and 94. RGB value is (98,83,148). Sum of RGB (Red+Green+Blue) = 98+83+148=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #625394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625394 is #9DAC6B. Grayscale: #5E5E5E. Windows color (decimal): -10333292 or 9720674. OLE color: 9720674.

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

Color convert

RGB 98 83 148 -
CMYK 0.34 0.44 0 0.42
HSL 253.85º 0.28% 0.45% -
HSV(B) 253.85º 0.44% 0.58% -
XYZ 13.48 10.92 29.41 -
YUV 94.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 98 83 148 0.34 0.44 0 0.42 253.85 0.28 0.45
Hex 62 53 94 22 2C 0 2A FE 1C 2D
Octal 142 123 224 42 54 0 52 376 34 55
Binary 1100010 1010011 10010100 100010 101100 0 101010 11111110 11100 101101

Color Harmonies of #625394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625394

Black with #625394

Text Example


Text Example

White with #625394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625394; }

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

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

background-color css

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

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

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

border-color css

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

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

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