#635490

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

Shades of Butterfly Bush #635490

Tints of Butterfly Bush #635490

Color information

#635490 (or 0x635490) is unknown color: approx Butterfly Bush. HEX triplet: 63, 54 and 90. RGB value is (99,84,144). Sum of RGB (Red+Green+Blue) = 99+84+144=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #635490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635490 is #9CAB6F. Grayscale: #5F5F5F. Windows color (decimal): -10267504 or 9458787. OLE color: 9458787.

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

Color convert

RGB9984144-
CMYK0.310.4200.44
HSL255º26.32%44.71%-
HSV(B)255º41.67%56.47%-
XYZ13.3511.0127.81-
YUV95.32155.47130.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=30.28%
G=25.69%
B=44.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99841440.310.4200.4425526.3244.71
Hex6354901F2A02Cff1a2d
Octal14312422037520543773255
Binary11000111010100100100001111110101001011001111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635490; }

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

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

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

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

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

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

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

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