Html Css Color HEX #635696 Butterfly Bush

📋 copy color: '#635696'

red 99 ◦ green 86 ◦ blue 150

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

Shades of Butterfly Bush #635696

Tints of Butterfly Bush #635696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 29.55%
G = 25.67%
B = 44.78%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#635696 (or 0x635696) is known color: Butterfly Bush. HEX triplet: 63, 56 and 96. RGB value is (99,86,150). Sum of RGB (Red+Green+Blue) = 99+86+150=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #635696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635696 is #9CA969. Grayscale: #606060. Windows color (decimal): -10266986 or 9852515. OLE color: 9852515.

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

Color convert

RGB 99 86 150 -
CMYK 0.34 0.43 0 0.41
HSL 252.19º 0.27% 0.46% -
HSV(B) 252.19º 0.43% 0.59% -
XYZ 13.98 11.51 30.34 -
YUV 97.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 99 86 150 0.34 0.43 0 0.41 252.19 0.27 0.46
Hex 63 56 96 22 2B 0 29 FC 1B 2E
Octal 143 126 226 42 53 0 51 374 33 56
Binary 1100011 1010110 10010110 100010 101011 0 101001 11111100 11011 101110

Color Harmonies of #635696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635696

Black with #635696

Text Example


Text Example

White with #635696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635696; }

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

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

background-color css

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

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

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

border-color css

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

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

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