#634587

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

Shades of Daisy Bush #634587

Tints of Daisy Bush #634587

Color information

#634587 (or 0x634587) is unknown color: approx Daisy Bush. HEX triplet: 63, 45 and 87. RGB value is (99,69,135). Sum of RGB (Red+Green+Blue) = 99+69+135=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #634587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634587 is #9CBA78. Grayscale: #555555. Windows color (decimal): -10271353 or 8865123. OLE color: 8865123.

HSL color Cylindrical-coordinate representation of color #634587: hue angle of 267.27º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #634587 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9969135-
CMYK0.270.4900.47
HSL267.27º32.35%40%-
HSV(B)267.27º48.89%52.94%-
XYZ11.658.6623.98-
YUV85.49155.94137.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=32.67%
G=22.77%
B=44.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99691350.270.4900.47267.2732.3540
Hex6345871B3102F10b2028
Octal14310520733610574134050
Binary1100011100010110000111110111100010101111100001011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634587; }

 p { color: rgb(99,69,135); }

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

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

 a { background-color: rgb(99,69,135); }

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

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

 span { border-color: rgb(99,69,135); }

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