Html Css Color HEX #635286 Butterfly Bush

📋 copy color: '#635286'

red 99 ◦ green 82 ◦ blue 134

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

Shades of Butterfly Bush #635286

Tints of Butterfly Bush #635286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 31.43%
G = 26.03%
B = 42.54%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#635286 (or 0x635286) is known color: Butterfly Bush. HEX triplet: 63, 52 and 86. RGB value is (99,82,134). Sum of RGB (Red+Green+Blue) = 99+82+134=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #635286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635286 is #9CAD79. Grayscale: #5C5C5C. Windows color (decimal): -10268026 or 8802915. OLE color: 8802915.

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

Color convert

RGB 99 82 134 -
CMYK 0.26 0.39 0 0.47
HSL 259.62º 0.24% 0.42% -
HSV(B) 259.62º 0.39% 0.53% -
XYZ 12.47 10.41 23.91 -
YUV 93.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 99 82 134 0.26 0.39 0 0.47 259.62 0.24 0.42
Hex 63 52 86 1A 27 0 2F 104 18 2A
Octal 143 122 206 32 47 0 57 404 30 52
Binary 1100011 1010010 10000110 11010 100111 0 101111 100000100 11000 101010

Color Harmonies of #635286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635286

Black with #635286

Text Example


Text Example

White with #635286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635286; }

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

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

background-color css

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

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

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

border-color css

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

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

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