#624B9D

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

Shades of Daisy Bush #624B9D

Tints of Daisy Bush #624B9D

Color information

#624B9D (or 0x624B9D) is unknown color: approx Daisy Bush. HEX triplet: 62, 4B and 9D. RGB value is (98,75,157). Sum of RGB (Red+Green+Blue) = 98+75+157=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #624B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624B9D is #9DB462. Grayscale: #5A5A5A. Windows color (decimal): -10335331 or 10308450. OLE color: 10308450.

HSL color Cylindrical-coordinate representation of color #624B9D: hue angle of 256.83º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #624B9D is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9875157-
CMYK0.380.5200.38
HSL256.83º35.34%45.49%-
HSV(B)256.83º52.23%61.57%-
XYZ13.6410.0633.12-
YUV91.22165.12132.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.70%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 157 (61.72% from 255) = 47.58%
R=29.70%
G=22.73%
B=47.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98751570.380.5200.38256.8335.3445.49
Hex624B9D2634026101232d
Octal14211323546640464014355
Binary11000101001011100111011001101101000100110100000001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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