Html Css Color HEX #634F82 Butterfly Bush

📋 copy color: '#634F82'

red 99 ◦ green 79 ◦ blue 130

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

Shades of Butterfly Bush #634F82

Tints of Butterfly Bush #634F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 32.14%
G = 25.65%
B = 42.21%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#634F82 (or 0x634F82) is known color: Butterfly Bush. HEX triplet: 63, 4F and 82. RGB value is (99,79,130). Sum of RGB (Red+Green+Blue) = 99+79+130=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #634F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634F82 is #9CB07D. Grayscale: #5A5A5A. Windows color (decimal): -10268798 or 8540003. OLE color: 8540003.

HSL color Cylindrical-coordinate representation of color #634F82: hue angle of 263.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #634F82 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 79 130 -
CMYK 0.24 0.39 0 0.49
HSL 263.53º 0.24% 0.41% -
HSV(B) 263.53º 0.39% 0.51% -
XYZ 11.97 9.86 22.39 -
YUV 90.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 99 79 130 0.24 0.39 0 0.49 263.53 0.24 0.41
Hex 63 4F 82 18 27 0 31 108 18 29
Octal 143 117 202 30 47 0 61 410 30 51
Binary 1100011 1001111 10000010 11000 100111 0 110001 100001000 11000 101001

Color Harmonies of #634F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634F82

Black with #634F82

Text Example


Text Example

White with #634F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634F82; }

 p { color: rgb(99,79,130); }

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

background-color css

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

 a { background-color: rgb(99,79,130); }

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

border-color css

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

 span { border-color: rgb(99,79,130); }

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