Html Css Color HEX #634BBB Blue Marguerite

📋 copy color: '#634BBB'

red 99 ◦ green 75 ◦ blue 187

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

Shades of Blue Marguerite #634BBB

Tints of Blue Marguerite #634BBB

RGB

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

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

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

R = 27.42%
G = 20.78%
B = 51.8%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#634BBB (or 0x634BBB) is known color: Blue Marguerite. HEX triplet: 63, 4B and BB. RGB value is (99,75,187). Sum of RGB (Red+Green+Blue) = 99+75+187=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #634BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634BBB is #9CB444. Grayscale: #5E5E5E. Windows color (decimal): -10269765 or 12274531. OLE color: 12274531.

HSL color Cylindrical-coordinate representation of color #634BBB: hue angle of 252.86º degrees, saturation: 0.45, 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 #634BBB is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 75 187 -
CMYK 0.47 0.60 0 0.27
HSL 252.86º 0.45% 0.51% -
HSV(B) 252.86º 0.6% 0.73% -
XYZ 16.63 11.27 48.31 -
YUV 94.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 99 75 187 0.47 0.60 0 0.27 252.86 0.45 0.51
Hex 63 4B BB 2F 3C 0 1B FD 2D 33
Octal 143 113 273 57 74 0 33 375 55 63
Binary 1100011 1001011 10111011 101111 111100 0 11011 11111101 101101 110011

Color Harmonies of #634BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634BBB

Black with #634BBB

Text Example


Text Example

White with #634BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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