Html Css Color HEX #63508B Butterfly Bush

📋 copy color: '#63508B'

red 99 ◦ green 80 ◦ blue 139

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

Shades of Butterfly Bush #63508B

Tints of Butterfly Bush #63508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.71%

R = 31.13%
G = 25.16%
B = 43.71%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63508B (or 0x63508B) is known color: Butterfly Bush. HEX triplet: 63, 50 and 8B. RGB value is (99,80,139). Sum of RGB (Red+Green+Blue) = 99+80+139=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #63508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63508B is #9CAF74. Grayscale: #5C5C5C. Windows color (decimal): -10268533 or 9130083. OLE color: 9130083.

HSL color Cylindrical-coordinate representation of color #63508B: hue angle of 259.32º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63508B is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 80 139 -
CMYK 0.29 0.42 0 0.45
HSL 259.32º 0.27% 0.43% -
HSV(B) 259.32º 0.42% 0.55% -
XYZ 12.67 10.25 25.74 -
YUV 92.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 99 80 139 0.29 0.42 0 0.45 259.32 0.27 0.43
Hex 63 50 8B 1D 2A 0 2D 103 1B 2B
Octal 143 120 213 35 52 0 55 403 33 53
Binary 1100011 1010000 10001011 11101 101010 0 101101 100000011 11011 101011

Color Harmonies of #63508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63508B

Black with #63508B

Text Example


Text Example

White with #63508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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