Html Css Color HEX #634FAC Blue Marguerite

📋 copy color: '#634FAC'

red 99 ◦ green 79 ◦ blue 172

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

Shades of Blue Marguerite #634FAC

Tints of Blue Marguerite #634FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.57%

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

R = 28.29%
G = 22.57%
B = 49.14%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#634FAC (or 0x634FAC) is known color: Blue Marguerite. HEX triplet: 63, 4F and AC. RGB value is (99,79,172). Sum of RGB (Red+Green+Blue) = 99+79+172=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #634FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634FAC is #9CB053. Grayscale: #5F5F5F. Windows color (decimal): -10268756 or 11292515. OLE color: 11292515.

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

Color convert

RGB 99 79 172 -
CMYK 0.42 0.54 0 0.33
HSL 252.9º 0.37% 0.49% -
HSV(B) 252.9º 0.54% 0.67% -
XYZ 15.39 11.22 40.38 -
YUV 95.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 99 79 172 0.42 0.54 0 0.33 252.9 0.37 0.49
Hex 63 4F AC 2A 36 0 21 FD 25 31
Octal 143 117 254 52 66 0 41 375 45 61
Binary 1100011 1001111 10101100 101010 110110 0 100001 11111101 100101 110001

Color Harmonies of #634FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634FAC

Black with #634FAC

Text Example


Text Example

White with #634FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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