#634F90

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

Shades of Butterfly Bush #634F90

Tints of Butterfly Bush #634F90

Color information

#634F90 (or 0x634F90) is unknown color: approx Butterfly Bush. HEX triplet: 63, 4F and 90. RGB value is (99,79,144). Sum of RGB (Red+Green+Blue) = 99+79+144=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #634F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634F90 is #9CB06F. Grayscale: #5C5C5C. Windows color (decimal): -10268784 or 9457507. OLE color: 9457507.

HSL color Cylindrical-coordinate representation of color #634F90: hue angle of 258.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #634F90 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9979144-
CMYK0.310.4500.44
HSL258.46º29.15%43.73%-
HSV(B)258.46º45.14%56.47%-
XYZ12.9810.2627.68-
YUV92.39157.13132.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=30.75%
G=24.53%
B=44.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99791440.310.4500.44258.4629.1543.73
Hex634F901F2D02C1021d2c
Octal14311722037550544023554
Binary110001110011111001000011111101101010110010000001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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