Html Css Color HEX #624992 Daisy Bush

📋 copy color: '#624992'

red 98 ◦ green 73 ◦ blue 146

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

Shades of Daisy Bush #624992

Tints of Daisy Bush #624992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 30.91%
G = 23.03%
B = 46.06%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#624992 (or 0x624992) is known color: Daisy Bush. HEX triplet: 62, 49 and 92. RGB value is (98,73,146). Sum of RGB (Red+Green+Blue) = 98+73+146=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #624992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624992 is #9DB66D. Grayscale: #585858. Windows color (decimal): -10335854 or 9587042. OLE color: 9587042.

HSL color Cylindrical-coordinate representation of color #624992: hue angle of 260.55º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #624992 is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 73 146 -
CMYK 0.33 0.5 0 0.43
HSL 260.55º 0.33% 0.43% -
HSV(B) 260.55º 0.5% 0.57% -
XYZ 12.61 9.44 28.35 -
YUV 88.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 98 73 146 0.33 0.5 0 0.43 260.55 0.33 0.43
Hex 62 49 92 21 32 0 2B 105 21 2B
Octal 142 111 222 41 62 0 53 405 41 53
Binary 1100010 1001001 10010010 100001 110010 0 101011 100000101 100001 101011

Color Harmonies of #624992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624992

Black with #624992

Text Example


Text Example

White with #624992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624992; }

 p { color: rgb(98,73,146); }

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

background-color css

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

 a { background-color: rgb(98,73,146); }

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

border-color css

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

 span { border-color: rgb(98,73,146); }

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