Html Css Color HEX #625288 Butterfly Bush

📋 copy color: '#625288'

red 98 ◦ green 82 ◦ blue 136

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

Shades of Butterfly Bush #625288

Tints of Butterfly Bush #625288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 31.01%
G = 25.95%
B = 43.04%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625288 (or 0x625288) is known color: Butterfly Bush. HEX triplet: 62, 52 and 88. RGB value is (98,82,136). Sum of RGB (Red+Green+Blue) = 98+82+136=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #625288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625288 is #9DAD77. Grayscale: #5C5C5C. Windows color (decimal): -10333560 or 8933986. OLE color: 8933986.

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

Color convert

RGB 98 82 136 -
CMYK 0.28 0.40 0 0.47
HSL 257.78º 0.25% 0.43% -
HSV(B) 257.78º 0.4% 0.53% -
XYZ 12.5 10.41 24.64 -
YUV 92.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 98 82 136 0.28 0.40 0 0.47 257.78 0.25 0.43
Hex 62 52 88 1C 28 0 2F 102 19 2B
Octal 142 122 210 34 50 0 57 402 31 53
Binary 1100010 1010010 10001000 11100 101000 0 101111 100000010 11001 101011

Color Harmonies of #625288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625288

Black with #625288

Text Example


Text Example

White with #625288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625288; }

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

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

background-color css

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

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

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

border-color css

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

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

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