Html Css Color HEX #634095 Daisy Bush

📋 copy color: '#634095'

red 99 ◦ green 64 ◦ blue 149

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

Shades of Daisy Bush #634095

Tints of Daisy Bush #634095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 31.73%
G = 20.51%
B = 47.76%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#634095 (or 0x634095) is known color: Daisy Bush. HEX triplet: 63, 40 and 95. RGB value is (99,64,149). Sum of RGB (Red+Green+Blue) = 99+64+149=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #634095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634095 is #9CBF6A. Grayscale: #535353. Windows color (decimal): -10272619 or 9781347. OLE color: 9781347.

HSL color Cylindrical-coordinate representation of color #634095: hue angle of 264.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #634095 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 64 149 -
CMYK 0.34 0.57 0 0.42
HSL 264.71º 0.4% 0.42% -
HSV(B) 264.71º 0.57% 0.58% -
XYZ 12.4 8.49 29.42 -
YUV 84.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 99 64 149 0.34 0.57 0 0.42 264.71 0.4 0.42
Hex 63 40 95 22 39 0 2A 109 28 2A
Octal 143 100 225 42 71 0 52 411 50 52
Binary 1100011 1000000 10010101 100010 111001 0 101010 100001001 101000 101010

Color Harmonies of #634095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634095

Black with #634095

Text Example


Text Example

White with #634095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634095; }

 p { color: rgb(99,64,149); }

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

background-color css

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

 a { background-color: rgb(99,64,149); }

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

border-color css

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

 span { border-color: rgb(99,64,149); }

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