#624B9A

Color #624B9A Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #624B9A

Tints of Daisy Bush #624B9A

Color information

#624B9A (or 0x624B9A) is unknown color: approx Daisy Bush. HEX triplet: 62, 4B and 9A. RGB value is (98,75,154). Sum of RGB (Red+Green+Blue) = 98+75+154=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #624B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624B9A is #9DB465. Grayscale: #5A5A5A. Windows color (decimal): -10335334 or 10111842. OLE color: 10111842.

HSL color Cylindrical-coordinate representation of color #624B9A: hue angle of 257.47º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #624B9A is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9875154-
CMYK0.360.5100.40
HSL257.47º34.5%44.9%-
HSV(B)257.47º51.3%60.39%-
XYZ13.399.9631.79-
YUV90.88163.62133.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=29.97%
G=22.94%
B=47.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98751540.360.5100.40257.4734.544.9
Hex624B9A2433028101222d
Octal14211323244630504014255
Binary11000101001011100110101001001100110101000100000001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,75,154); }

 H1.HeaderClassName
 {
   color: #624B9A;
 }
 .AnyTagClassName
 {
   color: #624B9A;
 }
</style>
background-color css

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

 a { background-color: rgb(98,75,154); }

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

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

 span { border-color: rgb(98,75,154); }

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