Html Css Color HEX #635AAB Blue Marguerite

📋 copy color: '#635AAB'

red 99 ◦ green 90 ◦ blue 171

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

Shades of Blue Marguerite #635AAB

Tints of Blue Marguerite #635AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 27.5%
G = 25%
B = 47.5%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#635AAB (or 0x635AAB) is known color: Blue Marguerite. HEX triplet: 63, 5A and AB. RGB value is (99,90,171). Sum of RGB (Red+Green+Blue) = 99+90+171=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #635AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635AAB is #9CA554. Grayscale: #656565. Windows color (decimal): -10265941 or 11229795. OLE color: 11229795.

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

Color convert

RGB 99 90 171 -
CMYK 0.42 0.47 0 0.33
HSL 246.67º 0.33% 0.51% -
HSV(B) 246.67º 0.47% 0.67% -
XYZ 16.15 12.91 40.17 -
YUV 101.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 99 90 171 0.42 0.47 0 0.33 246.67 0.33 0.51
Hex 63 5A AB 2A 2F 0 21 F7 21 33
Octal 143 132 253 52 57 0 41 367 41 63
Binary 1100011 1011010 10101011 101010 101111 0 100001 11110111 100001 110011

Color Harmonies of #635AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635AAB

Black with #635AAB

Text Example


Text Example

White with #635AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,90,171); }

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

background-color css

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

 a { background-color: rgb(99,90,171); }

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

border-color css

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

 span { border-color: rgb(99,90,171); }

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