Html Css Color HEX #625096 Butterfly Bush

📋 copy color: '#625096'

red 98 ◦ green 80 ◦ blue 150

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

Shades of Butterfly Bush #625096

Tints of Butterfly Bush #625096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 29.88%
G = 24.39%
B = 45.73%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#625096 (or 0x625096) is known color: Butterfly Bush. HEX triplet: 62, 50 and 96. RGB value is (98,80,150). Sum of RGB (Red+Green+Blue) = 98+80+150=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #625096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625096 is #9DAF69. Grayscale: #5D5D5D. Windows color (decimal): -10334058 or 9850978. OLE color: 9850978.

HSL color Cylindrical-coordinate representation of color #625096: hue angle of 255.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625096 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 80 150 -
CMYK 0.35 0.47 0 0.41
HSL 255.43º 0.3% 0.45% -
HSV(B) 255.43º 0.47% 0.59% -
XYZ 13.41 10.54 30.18 -
YUV 93.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 98 80 150 0.35 0.47 0 0.41 255.43 0.3 0.45
Hex 62 50 96 23 2F 0 29 FF 1E 2D
Octal 142 120 226 43 57 0 51 377 36 55
Binary 1100010 1010000 10010110 100011 101111 0 101001 11111111 11110 101101

Color Harmonies of #625096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625096

Black with #625096

Text Example


Text Example

White with #625096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625096; }

 p { color: rgb(98,80,150); }

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

background-color css

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

 a { background-color: rgb(98,80,150); }

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

border-color css

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

 span { border-color: rgb(98,80,150); }

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