#625293

Color #625293 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #625293

Tints of Butterfly Bush #625293

Color information

#625293 (or 0x625293) is unknown color: approx Butterfly Bush. HEX triplet: 62, 52 and 93. RGB value is (98,82,147). Sum of RGB (Red+Green+Blue) = 98+82+147=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #625293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625293 is #9DAD6C. Grayscale: #5D5D5D. Windows color (decimal): -10333549 or 9654882. OLE color: 9654882.

HSL color Cylindrical-coordinate representation of color #625293: hue angle of 254.77º 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 #625293 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9882147-
CMYK0.330.4400.42
HSL254.77º28.38%44.9%-
HSV(B)254.77º44.22%57.65%-
XYZ13.3210.7428.97-
YUV94.19157.8130.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=29.97%
G=25.08%
B=44.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98821470.330.4400.42254.7728.3844.9
Hex625293212C02Aff1c2d
Octal14212222341540523773455
Binary110001010100101001001110000110110001010101111111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625293; }

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

 H1.HeaderClassName
 {
   color: #625293;
 }
 .AnyTagClassName
 {
   color: #625293;
 }
</style>
background-color css

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

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

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

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

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

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