#635696

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

Shades of Butterfly Bush #635696

Tints of Butterfly Bush #635696

Color information

#635696 (or 0x635696) is unknown color: approx Butterfly Bush. HEX triplet: 63, 56 and 96. RGB value is (99,86,150). Sum of RGB (Red+Green+Blue) = 99+86+150=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #635696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635696 is #9CA969. Grayscale: #606060. Windows color (decimal): -10266986 or 9852515. OLE color: 9852515.

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

Color convert

RGB9986150-
CMYK0.340.4300.41
HSL252.19º27.12%46.27%-
HSV(B)252.19º42.67%58.82%-
XYZ13.9811.5130.34-
YUV97.18157.81129.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=29.55%
G=25.67%
B=44.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99861500.340.4300.41252.1927.1246.27
Hex635696222B029fc1b2e
Octal14312622642530513743356
Binary110001110101101001011010001010101101010011111110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635696; }

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

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

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

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

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

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

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

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