#634F95

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

Shades of Butterfly Bush #634F95

Tints of Butterfly Bush #634F95

Color information

#634F95 (or 0x634F95) is unknown color: approx Butterfly Bush. HEX triplet: 63, 4F and 95. RGB value is (99,79,149). Sum of RGB (Red+Green+Blue) = 99+79+149=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #634F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634F95 is #9CB06A. Grayscale: #5C5C5C. Windows color (decimal): -10268779 or 9785187. OLE color: 9785187.

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

Color convert

RGB9979149-
CMYK0.340.4700.42
HSL257.14º30.7%44.71%-
HSV(B)257.14º46.98%58.43%-
XYZ13.3710.4129.74-
YUV92.96159.63132.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 79 (31.25% from 255) = 24.16%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=30.28%
G=24.16%
B=45.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99791490.340.4700.42257.1430.744.71
Hex634F95222F02A1011f2d
Octal14311722542570524013755
Binary1100011100111110010101100010101111010101010000000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634F95; }

 p { color: rgb(99,79,149); }

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

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

 a { background-color: rgb(99,79,149); }

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

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

 span { border-color: rgb(99,79,149); }

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