#634588

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

Shades of Daisy Bush #634588

Tints of Daisy Bush #634588

Color information

#634588 (or 0x634588) is unknown color: approx Daisy Bush. HEX triplet: 63, 45 and 88. RGB value is (99,69,136). Sum of RGB (Red+Green+Blue) = 99+69+136=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #634588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634588 is #9CBA77. Grayscale: #555555. Windows color (decimal): -10271352 or 8930659. OLE color: 8930659.

HSL color Cylindrical-coordinate representation of color #634588: hue angle of 266.87º degrees, saturation: 0.33, 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 #634588 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9969136-
CMYK0.270.4900.47
HSL266.87º32.68%40.2%-
HSV(B)266.87º49.26%53.33%-
XYZ11.728.6924.35-
YUV85.61156.44137.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=32.57%
G=22.70%
B=44.74%

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
Decimal99691360.270.4900.47266.8732.6840.2
Hex6345881B3102F10b2128
Octal14310521033610574134150
Binary1100011100010110001000110111100010101111100001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634588; }

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

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

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

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

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

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

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

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