Html Css Color HEX #624488 Daisy Bush

📋 copy color: '#624488'

red 98 ◦ green 68 ◦ blue 136

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

Shades of Daisy Bush #624488

Tints of Daisy Bush #624488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 32.45%
G = 22.52%
B = 45.03%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#624488 (or 0x624488) is known color: Daisy Bush. HEX triplet: 62, 44 and 88. RGB value is (98,68,136). Sum of RGB (Red+Green+Blue) = 98+68+136=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #624488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624488 is #9DBB77. Grayscale: #545454. Windows color (decimal): -10337144 or 8930402. OLE color: 8930402.

HSL color Cylindrical-coordinate representation of color #624488: hue angle of 266.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #624488 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 68 136 -
CMYK 0.28 0.50 0 0.47
HSL 266.47º 0.33% 0.4% -
HSV(B) 266.47º 0.5% 0.53% -
XYZ 11.55 8.51 24.33 -
YUV 84.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 98 68 136 0.28 0.50 0 0.47 266.47 0.33 0.4
Hex 62 44 88 1C 32 0 2F 10A 21 28
Octal 142 104 210 34 62 0 57 412 41 50
Binary 1100010 1000100 10001000 11100 110010 0 101111 100001010 100001 101000

Color Harmonies of #624488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624488

Black with #624488

Text Example


Text Example

White with #624488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624488; }

 p { color: rgb(98,68,136); }

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

background-color css

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

 a { background-color: rgb(98,68,136); }

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

border-color css

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

 span { border-color: rgb(98,68,136); }

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