#635595

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

Shades of Butterfly Bush #635595

Tints of Butterfly Bush #635595

Color information

#635595 (or 0x635595) is unknown color: approx Butterfly Bush. HEX triplet: 63, 55 and 95. RGB value is (99,85,149). Sum of RGB (Red+Green+Blue) = 99+85+149=333 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.73% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #635595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635595 is #9CAA6A. Grayscale: #606060. Windows color (decimal): -10267243 or 9786723. OLE color: 9786723.

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

Color convert

RGB9985149-
CMYK0.340.4300.42
HSL253.12º27.35%45.88%-
HSV(B)253.12º42.95%58.43%-
XYZ13.8211.3229.89-
YUV96.48157.64129.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.73%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=29.73%
G=25.53%
B=44.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99851490.340.4300.42253.1227.3545.88
Hex635595222B02Afd1b2e
Octal14312522542530523753356
Binary110001110101011001010110001010101101010101111110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635595; }

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

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

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

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

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

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

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

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