Html Css Color HEX #634688 Daisy Bush

📋 copy color: '#634688'

red 99 ◦ green 70 ◦ blue 136

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

Shades of Daisy Bush #634688

Tints of Daisy Bush #634688

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 value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#634688 (or 0x634688) is known color: 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

RGB 99 70 136 -
CMYK 0.27 0.49 0 0.47
HSL 266.36º 0.32% 0.4% -
HSV(B) 266.36º 0.49% 0.53% -
XYZ 11.78 8.81 24.37 -
YUV 86.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 99 70 136 0.27 0.49 0 0.47 266.36 0.32 0.4
Hex 63 46 88 1B 31 0 2F 10A 20 28
Octal 143 106 210 33 61 0 57 412 40 50
Binary 1100011 1000110 10001000 11011 110001 0 101111 100001010 100000 101000

Color Harmonies of #634688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634688

Black with #634688

Text Example


Text Example

White with #634688

Text Example


Text Example

HTML Codes & Css Web 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>