Html Css Color HEX #634599 Daisy Bush

📋 copy color: '#634599'

red 99 ◦ green 69 ◦ blue 153

#634599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #634599

Tints of Daisy Bush #634599

RGB

 RED value IS 99 (39.06% from 255) = 30.84%

 GREEN value IS 69 (27.34% from 255) = 21.5%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 30.84%
G = 21.5%
B = 47.66%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#634599 (or 0x634599) is known color: Daisy Bush. HEX triplet: 63, 45 and 99. RGB value is (99,69,153). Sum of RGB (Red+Green+Blue) = 99+69+153=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #634599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634599 is #9CBA66. Grayscale: #575757. Windows color (decimal): -10271335 or 10044771. OLE color: 10044771.

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

Color convert

RGB 99 69 153 -
CMYK 0.35 0.55 0 0.4
HSL 261.43º 0.38% 0.44% -
HSV(B) 261.43º 0.55% 0.6% -
XYZ 13.02 9.21 31.23 -
YUV 87.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 99 69 153 0.35 0.55 0 0.4 261.43 0.38 0.44
Hex 63 45 99 23 37 0 28 105 26 2C
Octal 143 105 231 43 67 0 50 405 46 54
Binary 1100011 1000101 10011001 100011 110111 0 101000 100000101 100110 101100

Color Harmonies of #634599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634599

Black with #634599

Text Example


Text Example

White with #634599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634599; }

 p { color: rgb(99,69,153); }

 H1.HeaderClassName
 {
   color: #634599;
 }
 .AnyTagClassName
 {
   color: #634599;
 }
</style>

background-color css

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

 a { background-color: rgb(99,69,153); }

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

border-color css

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

 span { border-color: rgb(99,69,153); }

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