#634397

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

Shades of Daisy Bush #634397

Tints of Daisy Bush #634397

Color information

#634397 (or 0x634397) is unknown color: approx Daisy Bush. HEX triplet: 63, 43 and 97. RGB value is (99,67,151). Sum of RGB (Red+Green+Blue) = 99+67+151=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #634397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634397 is #9CBC68. Grayscale: #555555. Windows color (decimal): -10271849 or 9913187. OLE color: 9913187.

HSL color Cylindrical-coordinate representation of color #634397: hue angle of 262.86º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #634397 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9967151-
CMYK0.340.5600.41
HSL262.86º38.53%42.75%-
HSV(B)262.86º55.63%59.22%-
XYZ12.748.930.32-
YUV86.14164.6137.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.23%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 151 (59.38% from 255) = 47.63%
R=31.23%
G=21.14%
B=47.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99671510.340.5600.41262.8638.5342.75
Hex6343972238029107272b
Octal14310322742700514074753
Binary11000111000011100101111000101110000101001100000111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634397; }

 p { color: rgb(99,67,151); }

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

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

 a { background-color: rgb(99,67,151); }

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

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

 span { border-color: rgb(99,67,151); }

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