#635096

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

Shades of Butterfly Bush #635096

Tints of Butterfly Bush #635096

Color information

#635096 (or 0x635096) is unknown color: approx Butterfly Bush. HEX triplet: 63, 50 and 96. RGB value is (99,80,150). Sum of RGB (Red+Green+Blue) = 99+80+150=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #635096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635096 is #9CAF69. Grayscale: #5D5D5D. Windows color (decimal): -10268522 or 9850979. OLE color: 9850979.

HSL color Cylindrical-coordinate representation of color #635096: hue angle of 256.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #635096 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9980150-
CMYK0.340.4700.41
HSL256.29º30.43%45.1%-
HSV(B)256.29º46.67%58.82%-
XYZ13.5210.5930.19-
YUV93.66159.79131.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=30.09%
G=24.32%
B=45.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99801500.340.4700.41256.2930.4345.1
Hex635096222F0291001e2d
Octal14312022642570514003655
Binary1100011101000010010110100010101111010100110000000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635096; }

 p { color: rgb(99,80,150); }

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

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

 a { background-color: rgb(99,80,150); }

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

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

 span { border-color: rgb(99,80,150); }

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