Html Css Color HEX #625688 Butterfly Bush

📋 copy color: '#625688'

red 98 ◦ green 86 ◦ blue 136

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

Shades of Butterfly Bush #625688

Tints of Butterfly Bush #625688

RGB

 RED value IS 98 (38.67% from 255) = 30.63%

 GREEN value IS 86 (33.98% from 255) = 26.88%

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 30.63%
G = 26.88%
B = 42.5%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625688 (or 0x625688) is known color: Butterfly Bush. HEX triplet: 62, 56 and 88. RGB value is (98,86,136). Sum of RGB (Red+Green+Blue) = 98+86+136=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #625688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625688 is #9DA977. Grayscale: #5F5F5F. Windows color (decimal): -10332536 or 8935010. OLE color: 8935010.

HSL color Cylindrical-coordinate representation of color #625688: hue angle of 254.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #625688 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 86 136 -
CMYK 0.28 0.37 0 0.47
HSL 254.4º 0.23% 0.44% -
HSV(B) 254.4º 0.37% 0.53% -
XYZ 12.81 11.03 24.75 -
YUV 95.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 98 86 136 0.28 0.37 0 0.47 254.4 0.23 0.44
Hex 62 56 88 1C 25 0 2F FE 17 2C
Octal 142 126 210 34 45 0 57 376 27 54
Binary 1100010 1010110 10001000 11100 100101 0 101111 11111110 10111 101100

Color Harmonies of #625688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625688

Black with #625688

Text Example


Text Example

White with #625688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625688; }

 p { color: rgb(98,86,136); }

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

background-color css

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

 a { background-color: rgb(98,86,136); }

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

border-color css

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

 span { border-color: rgb(98,86,136); }

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