Html Css Color HEX #635BB1 Blue Marguerite

📋 copy color: '#635BB1'

red 99 ◦ green 91 ◦ blue 177

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

Shades of Blue Marguerite #635BB1

Tints of Blue Marguerite #635BB1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

 BLUE value IS 177 (69.53% from 255) = 48.23%

R = 26.98%
G = 24.8%
B = 48.23%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#635BB1 (or 0x635BB1) is known color: Blue Marguerite. HEX triplet: 63, 5B and B1. RGB value is (99,91,177). Sum of RGB (Red+Green+Blue) = 99+91+177=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #635BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635BB1 is #9CA44E. Grayscale: #666666. Windows color (decimal): -10265679 or 11623267. OLE color: 11623267.

HSL color Cylindrical-coordinate representation of color #635BB1: hue angle of 245.58º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #635BB1 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 91 177 -
CMYK 0.44 0.49 0 0.31
HSL 245.58º 0.36% 0.53% -
HSV(B) 245.58º 0.49% 0.69% -
XYZ 16.82 13.31 43.28 -
YUV 103.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 99 91 177 0.44 0.49 0 0.31 245.58 0.36 0.53
Hex 63 5B B1 2C 31 0 1F F6 24 35
Octal 143 133 261 54 61 0 37 366 44 65
Binary 1100011 1011011 10110001 101100 110001 0 11111 11110110 100100 110101

Color Harmonies of #635BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635BB1

Black with #635BB1

Text Example


Text Example

White with #635BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635BB1; }

 p { color: rgb(99,91,177); }

 H1.HeaderClassName
 {
   color: #635BB1;
 }
 .AnyTagClassName
 {
   color: #635BB1;
 }
</style>

background-color css

<style>
 a { background-color: #635BB1; }

 a { background-color: rgb(99,91,177); }

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

border-color css

<style>
 span { border-color: #635BB1; }

 span { border-color: rgb(99,91,177); }

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