Html Css Color HEX #634CAE Blue Marguerite

📋 copy color: '#634CAE'

red 99 ◦ green 76 ◦ blue 174

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

Shades of Blue Marguerite #634CAE

Tints of Blue Marguerite #634CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 28.37%
G = 21.78%
B = 49.86%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#634CAE (or 0x634CAE) is known color: Blue Marguerite. HEX triplet: 63, 4C and AE. RGB value is (99,76,174). Sum of RGB (Red+Green+Blue) = 99+76+174=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #634CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634CAE is #9CB351. Grayscale: #5D5D5D. Windows color (decimal): -10269522 or 11422819. OLE color: 11422819.

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

Color convert

RGB 99 76 174 -
CMYK 0.43 0.56 0 0.32
HSL 254.08º 0.39% 0.49% -
HSV(B) 254.08º 0.56% 0.68% -
XYZ 15.37 10.88 41.33 -
YUV 94.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 99 76 174 0.43 0.56 0 0.32 254.08 0.39 0.49
Hex 63 4C AE 2B 38 0 20 FE 27 31
Octal 143 114 256 53 70 0 40 376 47 61
Binary 1100011 1001100 10101110 101011 111000 0 100000 11111110 100111 110001

Color Harmonies of #634CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CAE

Black with #634CAE

Text Example


Text Example

White with #634CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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