Html Css Color HEX #625592 Butterfly Bush

📋 copy color: '#625592'

red 98 ◦ green 85 ◦ blue 146

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

Shades of Butterfly Bush #625592

Tints of Butterfly Bush #625592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 29.79%
G = 25.84%
B = 44.38%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#625592 (or 0x625592) is known color: Butterfly Bush. HEX triplet: 62, 55 and 92. RGB value is (98,85,146). Sum of RGB (Red+Green+Blue) = 98+85+146=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #625592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625592 is #9DAA6D. Grayscale: #5F5F5F. Windows color (decimal): -10332782 or 9590114. OLE color: 9590114.

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

Color convert

RGB 98 85 146 -
CMYK 0.33 0.42 0 0.43
HSL 252.79º 0.26% 0.45% -
HSV(B) 252.79º 0.42% 0.57% -
XYZ 13.47 11.17 28.64 -
YUV 95.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 98 85 146 0.33 0.42 0 0.43 252.79 0.26 0.45
Hex 62 55 92 21 2A 0 2B FD 1A 2D
Octal 142 125 222 41 52 0 53 375 32 55
Binary 1100010 1010101 10010010 100001 101010 0 101011 11111101 11010 101101

Color Harmonies of #625592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625592

Black with #625592

Text Example


Text Example

White with #625592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625592; }

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

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

background-color css

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

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

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

border-color css

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

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

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