Html Css Color HEX #625294 Butterfly Bush

📋 copy color: '#625294'

red 98 ◦ green 82 ◦ blue 148

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

Shades of Butterfly Bush #625294

Tints of Butterfly Bush #625294

RGB

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

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

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

R = 29.88%
G = 25%
B = 45.12%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#625294 (or 0x625294) is known color: Butterfly Bush. HEX triplet: 62, 52 and 94. RGB value is (98,82,148). Sum of RGB (Red+Green+Blue) = 98+82+148=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #625294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625294 is #9DAD6B. Grayscale: #5E5E5E. Windows color (decimal): -10333548 or 9720418. OLE color: 9720418.

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

Color convert

RGB 98 82 148 -
CMYK 0.34 0.45 0 0.42
HSL 254.55º 0.29% 0.45% -
HSV(B) 254.55º 0.45% 0.58% -
XYZ 13.4 10.77 29.39 -
YUV 94.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 98 82 148 0.34 0.45 0 0.42 254.55 0.29 0.45
Hex 62 52 94 22 2D 0 2A FF 1D 2D
Octal 142 122 224 42 55 0 52 377 35 55
Binary 1100010 1010010 10010100 100010 101101 0 101010 11111111 11101 101101

Color Harmonies of #625294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625294

Black with #625294

Text Example


Text Example

White with #625294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625294; }

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

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

background-color css

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

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

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

border-color css

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

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

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