Html Css Color HEX #635096 Butterfly Bush

📋 copy color: '#635096'

red 99 ◦ green 80 ◦ blue 150

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

Shades of Butterfly Bush #635096

Tints of Butterfly Bush #635096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

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

R = 30.09%
G = 24.32%
B = 45.59%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#635096 (or 0x635096) is known color: Butterfly Bush. HEX triplet: 63, 50 and 96. RGB value is (99,80,150). Sum of RGB (Red+Green+Blue) = 99+80+150=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #635096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635096 is #9CAF69. Grayscale: #5D5D5D. Windows color (decimal): -10268522 or 9850979. OLE color: 9850979.

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

Color convert

RGB 99 80 150 -
CMYK 0.34 0.47 0 0.41
HSL 256.29º 0.3% 0.45% -
HSV(B) 256.29º 0.47% 0.59% -
XYZ 13.52 10.59 30.19 -
YUV 93.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 99 80 150 0.34 0.47 0 0.41 256.29 0.3 0.45
Hex 63 50 96 22 2F 0 29 100 1E 2D
Octal 143 120 226 42 57 0 51 400 36 55
Binary 1100011 1010000 10010110 100010 101111 0 101001 100000000 11110 101101

Color Harmonies of #635096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635096

Black with #635096

Text Example


Text Example

White with #635096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635096; }

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

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

background-color css

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

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

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

border-color css

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

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

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