Html Css Color HEX #634CAC Blue Marguerite

📋 copy color: '#634CAC'

red 99 ◦ green 76 ◦ blue 172

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

Shades of Blue Marguerite #634CAC

Tints of Blue Marguerite #634CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.9%

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 28.53%
G = 21.9%
B = 49.57%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#634CAC (or 0x634CAC) is known color: Blue Marguerite. HEX triplet: 63, 4C and AC. RGB value is (99,76,172). Sum of RGB (Red+Green+Blue) = 99+76+172=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #634CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634CAC is #9CB353. Grayscale: #5D5D5D. Windows color (decimal): -10269524 or 11291747. OLE color: 11291747.

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

Color convert

RGB 99 76 172 -
CMYK 0.42 0.56 0 0.33
HSL 254.38º 0.39% 0.49% -
HSV(B) 254.38º 0.56% 0.67% -
XYZ 15.18 10.8 40.31 -
YUV 93.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 99 76 172 0.42 0.56 0 0.33 254.38 0.39 0.49
Hex 63 4C AC 2A 38 0 21 FE 27 31
Octal 143 114 254 52 70 0 41 376 47 61
Binary 1100011 1001100 10101100 101010 111000 0 100001 11111110 100111 110001

Color Harmonies of #634CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CAC

Black with #634CAC

Text Example


Text Example

White with #634CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,76,172); }

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

background-color css

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

 a { background-color: rgb(99,76,172); }

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

border-color css

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

 span { border-color: rgb(99,76,172); }

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