#633994

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

Shades of Daisy Bush #633994

Tints of Daisy Bush #633994

Color information

#633994 (or 0x633994) is unknown color: approx Daisy Bush. HEX triplet: 63, 39 and 94. RGB value is (99,57,148). Sum of RGB (Red+Green+Blue) = 99+57+148=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #633994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633994 is #9CC66B. Grayscale: #4F4F4F. Windows color (decimal): -10274412 or 9714019. OLE color: 9714019.

HSL color Cylindrical-coordinate representation of color #633994: hue angle of 267.69º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #633994 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9957148-
CMYK0.330.6100.42
HSL267.69º44.39%40.2%-
HSV(B)267.69º61.49%58.04%-
XYZ11.957.7228.88-
YUV79.93166.41141.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=32.57%
G=18.75%
B=48.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99571480.330.6100.42267.6944.3940.2
Hex633994213D02A10c2c28
Octal1437122441750524145450
Binary1100011111001100101001000011111010101010100001100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633994; }

 p { color: rgb(99,57,148); }

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

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

 a { background-color: rgb(99,57,148); }

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

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

 span { border-color: rgb(99,57,148); }

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