Html Css Color HEX #635DB4 Blue Marguerite

📋 copy color: '#635DB4'

red 99 ◦ green 93 ◦ blue 180

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

Shades of Blue Marguerite #635DB4

Tints of Blue Marguerite #635DB4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

 BLUE value IS 180 (70.7% from 255) = 48.39%

R = 26.61%
G = 25%
B = 48.39%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#635DB4 (or 0x635DB4) is known color: Blue Marguerite. HEX triplet: 63, 5D and B4. RGB value is (99,93,180). Sum of RGB (Red+Green+Blue) = 99+93+180=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 180 (70.70% from 255 or 48.39% from 372); Max value from RGB is 180 - color contains mainly: blue. Hex color #635DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DB4 is #9CA24B. Grayscale: #686868. Windows color (decimal): -10265164 or 11820387. OLE color: 11820387.

HSL color Cylindrical-coordinate representation of color #635DB4: hue angle of 244.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #635DB4 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 93 180 -
CMYK 0.45 0.48 0 0.29
HSL 244.14º 0.37% 0.54% -
HSV(B) 244.14º 0.48% 0.71% -
XYZ 17.3 13.78 44.93 -
YUV 104.71 170.49 123.93 -
System Red Green Blue C M Y K H S L
Decimal 99 93 180 0.45 0.48 0 0.29 244.14 0.37 0.54
Hex 63 5D B4 2D 30 0 1D F4 25 36
Octal 143 135 264 55 60 0 35 364 45 66
Binary 1100011 1011101 10110100 101101 110000 0 11101 11110100 100101 110110

Color Harmonies of #635DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635DB4

Black with #635DB4

Text Example


Text Example

White with #635DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,93,180); }

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

background-color css

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

 a { background-color: rgb(99,93,180); }

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

border-color css

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

 span { border-color: rgb(99,93,180); }

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