Html Css Color HEX #635296 Butterfly Bush

📋 copy color: '#635296'

red 99 ◦ green 82 ◦ blue 150

#635296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #635296

Tints of Butterfly Bush #635296

RGB

 RED value IS 99 (39.06% from 255) = 29.91%

 GREEN value IS 82 (32.42% from 255) = 24.77%

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 29.91%
G = 24.77%
B = 45.32%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#635296 (or 0x635296) is known color: Butterfly Bush. HEX triplet: 63, 52 and 96. RGB value is (99,82,150). Sum of RGB (Red+Green+Blue) = 99+82+150=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #635296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635296 is #9CAD69. Grayscale: #5E5E5E. Windows color (decimal): -10268010 or 9851491. OLE color: 9851491.

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

Color convert

RGB 99 82 150 -
CMYK 0.34 0.45 0 0.41
HSL 255º 0.29% 0.45% -
HSV(B) 255º 0.45% 0.59% -
XYZ 13.67 10.89 30.24 -
YUV 94.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 99 82 150 0.34 0.45 0 0.41 255 0.29 0.45
Hex 63 52 96 22 2D 0 29 FF 1D 2D
Octal 143 122 226 42 55 0 51 377 35 55
Binary 1100011 1010010 10010110 100010 101101 0 101001 11111111 11101 101101

Color Harmonies of #635296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635296

Black with #635296

Text Example


Text Example

White with #635296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635296; }

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

 H1.HeaderClassName
 {
   color: #635296;
 }
 .AnyTagClassName
 {
   color: #635296;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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