Html Css Color HEX #634BAF Blue Marguerite

📋 copy color: '#634BAF'

red 99 ◦ green 75 ◦ blue 175

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

Shades of Blue Marguerite #634BAF

Tints of Blue Marguerite #634BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 28.37%
G = 21.49%
B = 50.14%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#634BAF (or 0x634BAF) is known color: Blue Marguerite. HEX triplet: 63, 4B and AF. RGB value is (99,75,175). Sum of RGB (Red+Green+Blue) = 99+75+175=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #634BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634BAF is #9CB450. Grayscale: #5D5D5D. Windows color (decimal): -10269777 or 11488099. OLE color: 11488099.

HSL color Cylindrical-coordinate representation of color #634BAF: hue angle of 254.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #634BAF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 75 175 -
CMYK 0.43 0.57 0 0.31
HSL 254.4º 0.4% 0.49% -
HSV(B) 254.4º 0.57% 0.69% -
XYZ 15.4 10.78 41.83 -
YUV 93.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 99 75 175 0.43 0.57 0 0.31 254.4 0.4 0.49
Hex 63 4B AF 2B 39 0 1F FE 28 31
Octal 143 113 257 53 71 0 37 376 50 61
Binary 1100011 1001011 10101111 101011 111001 0 11111 11111110 101000 110001

Color Harmonies of #634BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634BAF

Black with #634BAF

Text Example


Text Example

White with #634BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,75,175); }

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

background-color css

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

 a { background-color: rgb(99,75,175); }

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

border-color css

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

 span { border-color: rgb(99,75,175); }

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