Html Css Color HEX #625599 Butterfly Bush

📋 copy color: '#625599'

red 98 ◦ green 85 ◦ blue 153

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

Shades of Butterfly Bush #625599

Tints of Butterfly Bush #625599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 29.17%
G = 25.3%
B = 45.54%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#625599 (or 0x625599) is known color: Butterfly Bush. HEX triplet: 62, 55 and 99. RGB value is (98,85,153). Sum of RGB (Red+Green+Blue) = 98+85+153=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #625599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625599 is #9DAA66. Grayscale: #606060. Windows color (decimal): -10332775 or 10048866. OLE color: 10048866.

HSL color Cylindrical-coordinate representation of color #625599: hue angle of 251.47º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #625599 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 85 153 -
CMYK 0.36 0.44 0 0.4
HSL 251.47º 0.29% 0.47% -
HSV(B) 251.47º 0.44% 0.6% -
XYZ 14.04 11.39 31.6 -
YUV 96.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 98 85 153 0.36 0.44 0 0.4 251.47 0.29 0.47
Hex 62 55 99 24 2C 0 28 FB 1D 2F
Octal 142 125 231 44 54 0 50 373 35 57
Binary 1100010 1010101 10011001 100100 101100 0 101000 11111011 11101 101111

Color Harmonies of #625599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625599

Black with #625599

Text Example


Text Example

White with #625599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625599; }

 p { color: rgb(98,85,153); }

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

background-color css

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

 a { background-color: rgb(98,85,153); }

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

border-color css

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

 span { border-color: rgb(98,85,153); }

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