#634F94

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

Shades of Butterfly Bush #634F94

Tints of Butterfly Bush #634F94

Color information

#634F94 (or 0x634F94) is unknown color: approx Butterfly Bush. HEX triplet: 63, 4F and 94. RGB value is (99,79,148). Sum of RGB (Red+Green+Blue) = 99+79+148=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #634F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634F94 is #9CB06B. Grayscale: #5C5C5C. Windows color (decimal): -10268780 or 9719651. OLE color: 9719651.

HSL color Cylindrical-coordinate representation of color #634F94: hue angle of 257.39º degrees, saturation: 0.3, 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 #634F94 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9979148-
CMYK0.330.4700.42
HSL257.39º30.4%44.51%-
HSV(B)257.39º46.62%58.04%-
XYZ13.2910.3829.32-
YUV92.85159.13132.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=30.37%
G=24.23%
B=45.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99791480.330.4700.42257.3930.444.51
Hex634F94212F02A1011e2d
Octal14311722441570524013655
Binary1100011100111110010100100001101111010101010000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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