Html Css Color HEX #624699 Daisy Bush

📋 copy color: '#624699'

red 98 ◦ green 70 ◦ blue 153

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

Shades of Daisy Bush #624699

Tints of Daisy Bush #624699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 30.53%
G = 21.81%
B = 47.66%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#624699 (or 0x624699) is known color: Daisy Bush. HEX triplet: 62, 46 and 99. RGB value is (98,70,153). Sum of RGB (Red+Green+Blue) = 98+70+153=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #624699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624699 is #9DB966. Grayscale: #575757. Windows color (decimal): -10336615 or 10045026. OLE color: 10045026.

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

Color convert

RGB 98 70 153 -
CMYK 0.36 0.54 0 0.4
HSL 260.24º 0.37% 0.44% -
HSV(B) 260.24º 0.54% 0.6% -
XYZ 12.98 9.28 31.24 -
YUV 87.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 98 70 153 0.36 0.54 0 0.4 260.24 0.37 0.44
Hex 62 46 99 24 36 0 28 104 25 2C
Octal 142 106 231 44 66 0 50 404 45 54
Binary 1100010 1000110 10011001 100100 110110 0 101000 100000100 100101 101100

Color Harmonies of #624699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624699

Black with #624699

Text Example


Text Example

White with #624699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624699; }

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

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

background-color css

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

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

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

border-color css

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

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

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