Html Css Color HEX #634CA4 Blue Marguerite

📋 copy color: '#634CA4'

red 99 ◦ green 76 ◦ blue 164

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

Shades of Blue Marguerite #634CA4

Tints of Blue Marguerite #634CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.38%

R = 29.2%
G = 22.42%
B = 48.38%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#634CA4 (or 0x634CA4) is known color: Blue Marguerite. HEX triplet: 63, 4C and A4. RGB value is (99,76,164). Sum of RGB (Red+Green+Blue) = 99+76+164=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #634CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634CA4 is #9CB35B. Grayscale: #5C5C5C. Windows color (decimal): -10269532 or 10767459. OLE color: 10767459.

HSL color Cylindrical-coordinate representation of color #634CA4: hue angle of 255.68º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #634CA4 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 76 164 -
CMYK 0.40 0.54 0 0.36
HSL 255.68º 0.37% 0.47% -
HSV(B) 255.68º 0.54% 0.64% -
XYZ 14.43 10.5 36.39 -
YUV 92.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 99 76 164 0.40 0.54 0 0.36 255.68 0.37 0.47
Hex 63 4C A4 28 36 0 24 100 25 2F
Octal 143 114 244 50 66 0 44 400 45 57
Binary 1100011 1001100 10100100 101000 110110 0 100100 100000000 100101 101111

Color Harmonies of #634CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CA4

Black with #634CA4

Text Example


Text Example

White with #634CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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