#634898

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

Shades of Daisy Bush #634898

Tints of Daisy Bush #634898

Color information

#634898 (or 0x634898) is unknown color: approx Daisy Bush. HEX triplet: 63, 48 and 98. RGB value is (99,72,152). Sum of RGB (Red+Green+Blue) = 99+72+152=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #634898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634898 is #9CB767. Grayscale: #585858. Windows color (decimal): -10270568 or 9980003. OLE color: 9980003.

HSL color Cylindrical-coordinate representation of color #634898: hue angle of 260.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #634898 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9972152-
CMYK0.350.5300.40
HSL260.25º35.71%43.92%-
HSV(B)260.25º52.63%59.61%-
XYZ13.139.5530.86-
YUV89.19163.45135-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.65%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=30.65%
G=22.29%
B=47.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99721520.350.5300.40260.2535.7143.92
Hex6348982335028104242c
Octal14311023043650504044454
Binary11000111001000100110001000111101010101000100000100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634898; }

 p { color: rgb(99,72,152); }

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

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

 a { background-color: rgb(99,72,152); }

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

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

 span { border-color: rgb(99,72,152); }

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