Html Css Color HEX #634AB9 Blue Marguerite

📋 copy color: '#634AB9'

red 99 ◦ green 74 ◦ blue 185

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

Shades of Blue Marguerite #634AB9

Tints of Blue Marguerite #634AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.68%

R = 27.65%
G = 20.67%
B = 51.68%

CMYK

 C value IS 0.46

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#634AB9 (or 0x634AB9) is known color: Blue Marguerite. HEX triplet: 63, 4A and B9. RGB value is (99,74,185). Sum of RGB (Red+Green+Blue) = 99+74+185=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #634AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634AB9 is #9CB546. Grayscale: #5D5D5D. Windows color (decimal): -10270023 or 12143203. OLE color: 12143203.

HSL color Cylindrical-coordinate representation of color #634AB9: hue angle of 253.51º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634AB9 is Cyan = 0.46, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 74 185 -
CMYK 0.46 0.6 0 0.27
HSL 253.51º 0.44% 0.51% -
HSV(B) 253.51º 0.6% 0.73% -
XYZ 16.35 11.05 47.17 -
YUV 94.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 99 74 185 0.46 0.6 0 0.27 253.51 0.44 0.51
Hex 63 4A B9 2E 3C 0 1B FE 2C 33
Octal 143 112 271 56 74 0 33 376 54 63
Binary 1100011 1001010 10111001 101110 111100 0 11011 11111110 101100 110011

Color Harmonies of #634AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634AB9

Black with #634AB9

Text Example


Text Example

White with #634AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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