#634684

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

Shades of Daisy Bush #634684

Tints of Daisy Bush #634684

Color information

#634684 (or 0x634684) is unknown color: approx Daisy Bush. HEX triplet: 63, 46 and 84. RGB value is (99,70,132). Sum of RGB (Red+Green+Blue) = 99+70+132=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #634684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634684 is #9CB97B. Grayscale: #555555. Windows color (decimal): -10271100 or 8668771. OLE color: 8668771.

HSL color Cylindrical-coordinate representation of color #634684: hue angle of 268.06º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634684 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9970132-
CMYK0.250.4700.48
HSL268.06º30.69%39.61%-
HSV(B)268.06º46.97%51.76%-
XYZ11.58.722.9-
YUV85.74154.11137.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.89%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=32.89%
G=23.26%
B=43.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99701320.250.4700.48268.0630.6939.61
Hex634684192F03010c1f28
Octal14310620431570604143750
Binary110001110001101000010011001101111011000010000110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634684; }

 p { color: rgb(99,70,132); }

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

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

 a { background-color: rgb(99,70,132); }

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

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

 span { border-color: rgb(99,70,132); }

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