Html Css Color HEX #634FBA Blue Marguerite

📋 copy color: '#634FBA'

red 99 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #634FBA

Tints of Blue Marguerite #634FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 27.2%
G = 21.7%
B = 51.1%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#634FBA (or 0x634FBA) is known color: Blue Marguerite. HEX triplet: 63, 4F and BA. RGB value is (99,79,186). Sum of RGB (Red+Green+Blue) = 99+79+186=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #634FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634FBA is #9CB045. Grayscale: #606060. Windows color (decimal): -10268742 or 12210019. OLE color: 12210019.

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

Color convert

RGB 99 79 186 -
CMYK 0.47 0.58 0 0.27
HSL 251.22º 0.44% 0.52% -
HSV(B) 251.22º 0.58% 0.73% -
XYZ 16.8 11.79 47.84 -
YUV 97.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 99 79 186 0.47 0.58 0 0.27 251.22 0.44 0.52
Hex 63 4F BA 2F 3A 0 1B FB 2C 34
Octal 143 117 272 57 72 0 33 373 54 64
Binary 1100011 1001111 10111010 101111 111010 0 11011 11111011 101100 110100

Color Harmonies of #634FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634FBA

Black with #634FBA

Text Example


Text Example

White with #634FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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