#634688

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

Shades of Daisy Bush #634688

Tints of Daisy Bush #634688

Color information

#634688 (or 0x634688) is unknown color: approx Daisy Bush. HEX triplet: 63, 46 and 88. RGB value is (99,70,136). Sum of RGB (Red+Green+Blue) = 99+70+136=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #634688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634688 is #9CB977. Grayscale: #555555. Windows color (decimal): -10271096 or 8930915. OLE color: 8930915.

HSL color Cylindrical-coordinate representation of color #634688: hue angle of 266.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #634688 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9970136-
CMYK0.270.4900.47
HSL266.36º32.04%40.39%-
HSV(B)266.36º48.53%53.33%-
XYZ11.788.8124.37-
YUV86.2156.11137.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=32.46%
G=22.95%
B=44.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99701360.270.4900.47266.3632.0440.39
Hex6346881B3102F10a2028
Octal14310621033610574124050
Binary1100011100011010001000110111100010101111100001010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634688; }

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

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

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

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

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

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

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

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