#634592

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

Shades of Daisy Bush #634592

Tints of Daisy Bush #634592

Color information

#634592 (or 0x634592) is unknown color: approx Daisy Bush. HEX triplet: 63, 45 and 92. RGB value is (99,69,146). Sum of RGB (Red+Green+Blue) = 99+69+146=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #634592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634592 is #9CBA6D. Grayscale: #565656. Windows color (decimal): -10271342 or 9586019. OLE color: 9586019.

HSL color Cylindrical-coordinate representation of color #634592: hue angle of 263.38º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #634592 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9969146-
CMYK0.320.5300.43
HSL263.38º35.81%42.16%-
HSV(B)263.38º52.74%57.25%-
XYZ12.468.9828.27-
YUV86.75161.44136.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=31.53%
G=21.97%
B=46.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99691460.320.5300.43263.3835.8142.16
Hex634592203502B107242a
Octal14310522240650534074452
Binary11000111000101100100101000001101010101011100000111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634592; }

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

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

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

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

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

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

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

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