Html Css Color HEX #635DB3 Blue Marguerite

📋 copy color: '#635DB3'

red 99 ◦ green 93 ◦ blue 179

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

Shades of Blue Marguerite #635DB3

Tints of Blue Marguerite #635DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 26.68%
G = 25.07%
B = 48.25%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#635DB3 (or 0x635DB3) is known color: Blue Marguerite. HEX triplet: 63, 5D and B3. RGB value is (99,93,179). Sum of RGB (Red+Green+Blue) = 99+93+179=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #635DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DB3 is #9CA24C. Grayscale: #686868. Windows color (decimal): -10265165 or 11754851. OLE color: 11754851.

HSL color Cylindrical-coordinate representation of color #635DB3: hue angle of 244.19º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #635DB3 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 93 179 -
CMYK 0.45 0.48 0 0.30
HSL 244.19º 0.36% 0.53% -
HSV(B) 244.19º 0.48% 0.7% -
XYZ 17.2 13.74 44.39 -
YUV 104.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 99 93 179 0.45 0.48 0 0.30 244.19 0.36 0.53
Hex 63 5D B3 2D 30 0 1E F4 24 35
Octal 143 135 263 55 60 0 36 364 44 65
Binary 1100011 1011101 10110011 101101 110000 0 11110 11110100 100100 110101

Color Harmonies of #635DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635DB3

Black with #635DB3

Text Example


Text Example

White with #635DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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