Html Css Color HEX #634AAC Blue Marguerite

📋 copy color: '#634AAC'

red 99 ◦ green 74 ◦ blue 172

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

Shades of Blue Marguerite #634AAC

Tints of Blue Marguerite #634AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

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

R = 28.7%
G = 21.45%
B = 49.86%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#634AAC (or 0x634AAC) is known color: Blue Marguerite. HEX triplet: 63, 4A and AC. RGB value is (99,74,172). Sum of RGB (Red+Green+Blue) = 99+74+172=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #634AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634AAC is #9CB553. Grayscale: #5C5C5C. Windows color (decimal): -10270036 or 11291235. OLE color: 11291235.

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

Color convert

RGB 99 74 172 -
CMYK 0.42 0.57 0 0.33
HSL 255.31º 0.4% 0.48% -
HSV(B) 255.31º 0.57% 0.67% -
XYZ 15.04 10.53 40.27 -
YUV 92.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 99 74 172 0.42 0.57 0 0.33 255.31 0.4 0.48
Hex 63 4A AC 2A 39 0 21 FF 28 30
Octal 143 112 254 52 71 0 41 377 50 60
Binary 1100011 1001010 10101100 101010 111001 0 100001 11111111 101000 110000

Color Harmonies of #634AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634AAC

Black with #634AAC

Text Example


Text Example

White with #634AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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