#635A94

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

Shades of Butterfly Bush #635A94

Tints of Butterfly Bush #635A94

Color information

#635A94 (or 0x635A94) is unknown color: approx Butterfly Bush. HEX triplet: 63, 5A and 94. RGB value is (99,90,148). Sum of RGB (Red+Green+Blue) = 99+90+148=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #635A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635A94 is #9CA56B. Grayscale: #636363. Windows color (decimal): -10265964 or 9722467. OLE color: 9722467.

HSL color Cylindrical-coordinate representation of color #635A94: hue angle of 249.31º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #635A94 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9990148-
CMYK0.330.3900.42
HSL249.31º24.37%46.67%-
HSV(B)249.31º39.19%58.04%-
XYZ14.1512.129.61-
YUV99.3155.48127.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=29.38%
G=26.71%
B=43.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99901480.330.3900.42249.3124.3746.67
Hex635A94212702Af9182f
Octal14313222441470523713057
Binary110001110110101001010010000110011101010101111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635A94; }

 p { color: rgb(99,90,148); }

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

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

 a { background-color: rgb(99,90,148); }

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

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

 span { border-color: rgb(99,90,148); }

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