Html Css Color HEX #624F96 Butterfly Bush

📋 copy color: '#624F96'

red 98 ◦ green 79 ◦ blue 150

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

Shades of Butterfly Bush #624F96

Tints of Butterfly Bush #624F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.16%

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

R = 29.97%
G = 24.16%
B = 45.87%

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

#624F96 (or 0x624F96) is known color: Butterfly Bush. HEX triplet: 62, 4F and 96. RGB value is (98,79,150). Sum of RGB (Red+Green+Blue) = 98+79+150=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #624F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624F96 is #9DB069. Grayscale: #5C5C5C. Windows color (decimal): -10334314 or 9850722. OLE color: 9850722.

HSL color Cylindrical-coordinate representation of color #624F96: hue angle of 256.06º degrees, saturation: 0.31, 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 #624F96 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 79 150 -
CMYK 0.35 0.47 0 0.41
HSL 256.06º 0.31% 0.45% -
HSV(B) 256.06º 0.47% 0.59% -
XYZ 13.34 10.39 30.16 -
YUV 92.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 98 79 150 0.35 0.47 0 0.41 256.06 0.31 0.45
Hex 62 4F 96 23 2F 0 29 100 1F 2D
Octal 142 117 226 43 57 0 51 400 37 55
Binary 1100010 1001111 10010110 100011 101111 0 101001 100000000 11111 101101

Color Harmonies of #624F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624F96

Black with #624F96

Text Example


Text Example

White with #624F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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