Html Css Color HEX #634DAB Blue Marguerite

📋 copy color: '#634DAB'

red 99 ◦ green 77 ◦ blue 171

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

Shades of Blue Marguerite #634DAB

Tints of Blue Marguerite #634DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 28.53%
G = 22.19%
B = 49.28%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#634DAB (or 0x634DAB) is known color: Blue Marguerite. HEX triplet: 63, 4D and AB. RGB value is (99,77,171). Sum of RGB (Red+Green+Blue) = 99+77+171=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #634DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634DAB is #9CB254. Grayscale: #5D5D5D. Windows color (decimal): -10269269 or 11226467. OLE color: 11226467.

HSL color Cylindrical-coordinate representation of color #634DAB: hue angle of 254.04º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #634DAB is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 77 171 -
CMYK 0.42 0.55 0 0.33
HSL 254.04º 0.38% 0.49% -
HSV(B) 254.04º 0.55% 0.67% -
XYZ 15.15 10.9 39.83 -
YUV 94.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 99 77 171 0.42 0.55 0 0.33 254.04 0.38 0.49
Hex 63 4D AB 2A 37 0 21 FE 26 31
Octal 143 115 253 52 67 0 41 376 46 61
Binary 1100011 1001101 10101011 101010 110111 0 100001 11111110 100110 110001

Color Harmonies of #634DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DAB

Black with #634DAB

Text Example


Text Example

White with #634DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634DAB; }

 p { color: rgb(99,77,171); }

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

background-color css

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

 a { background-color: rgb(99,77,171); }

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

border-color css

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

 span { border-color: rgb(99,77,171); }

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