#635180

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

Shades of Butterfly Bush #635180

Tints of Butterfly Bush #635180

Color information

#635180 (or 0x635180) is unknown color: approx Butterfly Bush. HEX triplet: 63, 51 and 80. RGB value is (99,81,128). Sum of RGB (Red+Green+Blue) = 99+81+128=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #635180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635180 is #9CAE7F. Grayscale: #5B5B5B. Windows color (decimal): -10268288 or 8409443. OLE color: 8409443.

HSL color Cylindrical-coordinate representation of color #635180: hue angle of 262.98º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #635180 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9981128-
CMYK0.230.3700.50
HSL262.98º22.49%40.98%-
HSV(B)262.98º36.72%50.2%-
XYZ11.9810.121.74-
YUV91.74148.46133.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=32.14%
G=26.30%
B=41.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99811280.230.3700.50262.9822.4940.98
Hex63518017250321071629
Octal14312120027450624072651
Binary110001110100011000000010111100101011001010000011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635180; }

 p { color: rgb(99,81,128); }

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

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

 a { background-color: rgb(99,81,128); }

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

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

 span { border-color: rgb(99,81,128); }

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