Html Css Color HEX #625594 Butterfly Bush

📋 copy color: '#625594'

red 98 ◦ green 85 ◦ blue 148

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

Shades of Butterfly Bush #625594

Tints of Butterfly Bush #625594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 29.61%
G = 25.68%
B = 44.71%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#625594 (or 0x625594) is known color: Butterfly Bush. HEX triplet: 62, 55 and 94. RGB value is (98,85,148). Sum of RGB (Red+Green+Blue) = 98+85+148=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #625594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625594 is #9DAA6B. Grayscale: #5F5F5F. Windows color (decimal): -10332780 or 9721186. OLE color: 9721186.

HSL color Cylindrical-coordinate representation of color #625594: hue angle of 252.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #625594 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 85 148 -
CMYK 0.34 0.43 0 0.42
HSL 252.38º 0.27% 0.46% -
HSV(B) 252.38º 0.43% 0.58% -
XYZ 13.63 11.23 29.47 -
YUV 96.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 98 85 148 0.34 0.43 0 0.42 252.38 0.27 0.46
Hex 62 55 94 22 2B 0 2A FC 1B 2E
Octal 142 125 224 42 53 0 52 374 33 56
Binary 1100010 1010101 10010100 100010 101011 0 101010 11111100 11011 101110

Color Harmonies of #625594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625594

Black with #625594

Text Example


Text Example

White with #625594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625594; }

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

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

background-color css

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

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

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

border-color css

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

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

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