Html Css Color HEX #625388 Butterfly Bush

📋 copy color: '#625388'

red 98 ◦ green 83 ◦ blue 136

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

Shades of Butterfly Bush #625388

Tints of Butterfly Bush #625388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 30.91%
G = 26.18%
B = 42.9%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625388 (or 0x625388) is known color: Butterfly Bush. HEX triplet: 62, 53 and 88. RGB value is (98,83,136). Sum of RGB (Red+Green+Blue) = 98+83+136=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #625388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625388 is #9DAC77. Grayscale: #5D5D5D. Windows color (decimal): -10333304 or 8934242. OLE color: 8934242.

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

Color convert

RGB 98 83 136 -
CMYK 0.28 0.39 0 0.47
HSL 256.98º 0.24% 0.43% -
HSV(B) 256.98º 0.39% 0.53% -
XYZ 12.57 10.56 24.67 -
YUV 93.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 98 83 136 0.28 0.39 0 0.47 256.98 0.24 0.43
Hex 62 53 88 1C 27 0 2F 101 18 2B
Octal 142 123 210 34 47 0 57 401 30 53
Binary 1100010 1010011 10001000 11100 100111 0 101111 100000001 11000 101011

Color Harmonies of #625388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625388

Black with #625388

Text Example


Text Example

White with #625388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625388; }

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

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

background-color css

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

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

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

border-color css

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

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

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