Html Css Color HEX #635BAA Blue Marguerite

📋 copy color: '#635BAA'

red 99 ◦ green 91 ◦ blue 170

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

Shades of Blue Marguerite #635BAA

Tints of Blue Marguerite #635BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 27.5%
G = 25.28%
B = 47.22%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#635BAA (or 0x635BAA) is known color: Blue Marguerite. HEX triplet: 63, 5B and AA. RGB value is (99,91,170). Sum of RGB (Red+Green+Blue) = 99+91+170=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #635BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635BAA is #9CA455. Grayscale: #666666. Windows color (decimal): -10265686 or 11164515. OLE color: 11164515.

HSL color Cylindrical-coordinate representation of color #635BAA: hue angle of 246.08º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #635BAA is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 91 170 -
CMYK 0.42 0.46 0 0.33
HSL 246.08º 0.32% 0.51% -
HSV(B) 246.08º 0.46% 0.67% -
XYZ 16.14 13.04 39.7 -
YUV 102.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 99 91 170 0.42 0.46 0 0.33 246.08 0.32 0.51
Hex 63 5B AA 2A 2E 0 21 F6 20 33
Octal 143 133 252 52 56 0 41 366 40 63
Binary 1100011 1011011 10101010 101010 101110 0 100001 11110110 100000 110011

Color Harmonies of #635BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635BAA

Black with #635BAA

Text Example


Text Example

White with #635BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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