#634094

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

Shades of Daisy Bush #634094

Tints of Daisy Bush #634094

Color information

#634094 (or 0x634094) is unknown color: approx Daisy Bush. HEX triplet: 63, 40 and 94. RGB value is (99,64,148). Sum of RGB (Red+Green+Blue) = 99+64+148=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #634094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634094 is #9CBF6B. Grayscale: #535353. Windows color (decimal): -10272620 or 9715811. OLE color: 9715811.

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

Color convert

RGB9964148-
CMYK0.330.5700.42
HSL265º39.62%41.57%-
HSV(B)265º56.76%58.04%-
XYZ12.328.4629-
YUV84.04164.1138.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 148 (58.20% from 255) = 47.59%
R=31.83%
G=20.58%
B=47.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99641480.330.5700.4226539.6241.57
Hex634094213902A109282a
Octal14310022441710524115052
Binary11000111000000100101001000011110010101010100001001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634094; }

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

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

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

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

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

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

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

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