Html Css Color HEX #635084 Butterfly Bush

📋 copy color: '#635084'

red 99 ◦ green 80 ◦ blue 132

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

Shades of Butterfly Bush #635084

Tints of Butterfly Bush #635084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 31.83%
G = 25.72%
B = 42.44%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#635084 (or 0x635084) is known color: Butterfly Bush. HEX triplet: 63, 50 and 84. RGB value is (99,80,132). Sum of RGB (Red+Green+Blue) = 99+80+132=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #635084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635084 is #9CAF7B. Grayscale: #5B5B5B. Windows color (decimal): -10268540 or 8671331. OLE color: 8671331.

HSL color Cylindrical-coordinate representation of color #635084: hue angle of 261.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #635084 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 80 132 -
CMYK 0.25 0.39 0 0.48
HSL 261.92º 0.25% 0.42% -
HSV(B) 261.92º 0.39% 0.52% -
XYZ 12.18 10.06 23.13 -
YUV 91.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 99 80 132 0.25 0.39 0 0.48 261.92 0.25 0.42
Hex 63 50 84 19 27 0 30 106 19 2A
Octal 143 120 204 31 47 0 60 406 31 52
Binary 1100011 1010000 10000100 11001 100111 0 110000 100000110 11001 101010

Color Harmonies of #635084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635084

Black with #635084

Text Example


Text Example

White with #635084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635084; }

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

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

background-color css

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

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

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

border-color css

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

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

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