Html Css Color HEX #634DBB Blue Marguerite

📋 copy color: '#634DBB'

red 99 ◦ green 77 ◦ blue 187

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

Shades of Blue Marguerite #634DBB

Tints of Blue Marguerite #634DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.21%

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 27.27%
G = 21.21%
B = 51.52%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#634DBB (or 0x634DBB) is known color: Blue Marguerite. HEX triplet: 63, 4D and BB. RGB value is (99,77,187). Sum of RGB (Red+Green+Blue) = 99+77+187=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #634DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DBB is #9CB244. Grayscale: #5F5F5F. Windows color (decimal): -10269253 or 12275043. OLE color: 12275043.

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

Color convert

RGB 99 77 187 -
CMYK 0.47 0.59 0 0.27
HSL 252º 0.45% 0.52% -
HSV(B) 252º 0.59% 0.73% -
XYZ 16.77 11.55 48.36 -
YUV 96.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 99 77 187 0.47 0.59 0 0.27 252 0.45 0.52
Hex 63 4D BB 2F 3B 0 1B FC 2D 34
Octal 143 115 273 57 73 0 33 374 55 64
Binary 1100011 1001101 10111011 101111 111011 0 11011 11111100 101101 110100

Color Harmonies of #634DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DBB

Black with #634DBB

Text Example


Text Example

White with #634DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,77,187); }

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

background-color css

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

 a { background-color: rgb(99,77,187); }

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

border-color css

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

 span { border-color: rgb(99,77,187); }

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