Html Css Color HEX #634988 Daisy Bush

📋 copy color: '#634988'

red 99 ◦ green 73 ◦ blue 136

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

Shades of Daisy Bush #634988

Tints of Daisy Bush #634988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 32.14%
G = 23.7%
B = 44.16%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#634988 (or 0x634988) is known color: Daisy Bush. HEX triplet: 63, 49 and 88. RGB value is (99,73,136). Sum of RGB (Red+Green+Blue) = 99+73+136=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #634988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634988 is #9CB677. Grayscale: #575757. Windows color (decimal): -10270328 or 8931683. OLE color: 8931683.

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

Color convert

RGB 99 73 136 -
CMYK 0.27 0.46 0 0.47
HSL 264.76º 0.3% 0.41% -
HSV(B) 264.76º 0.46% 0.53% -
XYZ 11.97 9.2 24.44 -
YUV 87.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 99 73 136 0.27 0.46 0 0.47 264.76 0.3 0.41
Hex 63 49 88 1B 2E 0 2F 109 1E 29
Octal 143 111 210 33 56 0 57 411 36 51
Binary 1100011 1001001 10001000 11011 101110 0 101111 100001001 11110 101001

Color Harmonies of #634988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634988

Black with #634988

Text Example


Text Example

White with #634988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634988; }

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

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

background-color css

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

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

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

border-color css

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

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

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