Html Css Color HEX #63588C Butterfly Bush

📋 copy color: '#63588C'

red 99 ◦ green 88 ◦ blue 140

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

Shades of Butterfly Bush #63588C

Tints of Butterfly Bush #63588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 30.28%
G = 26.91%
B = 42.81%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63588C (or 0x63588C) is known color: Butterfly Bush. HEX triplet: 63, 58 and 8C. RGB value is (99,88,140). Sum of RGB (Red+Green+Blue) = 99+88+140=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #63588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63588C is #9CA773. Grayscale: #616161. Windows color (decimal): -10266484 or 9197667. OLE color: 9197667.

HSL color Cylindrical-coordinate representation of color #63588C: hue angle of 252.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63588C is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 88 140 -
CMYK 0.29 0.37 0 0.45
HSL 252.69º 0.23% 0.45% -
HSV(B) 252.69º 0.37% 0.55% -
XYZ 13.37 11.53 26.33 -
YUV 97.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 99 88 140 0.29 0.37 0 0.45 252.69 0.23 0.45
Hex 63 58 8C 1D 25 0 2D FD 17 2D
Octal 143 130 214 35 45 0 55 375 27 55
Binary 1100011 1011000 10001100 11101 100101 0 101101 11111101 10111 101101

Color Harmonies of #63588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63588C

Black with #63588C

Text Example


Text Example

White with #63588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63588C; }

 p { color: rgb(99,88,140); }

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

background-color css

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

 a { background-color: rgb(99,88,140); }

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

border-color css

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

 span { border-color: rgb(99,88,140); }

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