Html Css Color HEX #635AB0 Blue Marguerite

📋 copy color: '#635AB0'

red 99 ◦ green 90 ◦ blue 176

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

Shades of Blue Marguerite #635AB0

Tints of Blue Marguerite #635AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.22%

R = 27.12%
G = 24.66%
B = 48.22%

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

#635AB0 (or 0x635AB0) is known color: Blue Marguerite. HEX triplet: 63, 5A and B0. RGB value is (99,90,176). Sum of RGB (Red+Green+Blue) = 99+90+176=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #635AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635AB0 is #9CA54F. Grayscale: #666666. Windows color (decimal): -10265936 or 11557475. OLE color: 11557475.

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

Color convert

RGB 99 90 176 -
CMYK 0.44 0.49 0 0.31
HSL 246.28º 0.35% 0.52% -
HSV(B) 246.28º 0.49% 0.69% -
XYZ 16.64 13.1 42.73 -
YUV 102.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 99 90 176 0.44 0.49 0 0.31 246.28 0.35 0.52
Hex 63 5A B0 2C 31 0 1F F6 23 34
Octal 143 132 260 54 61 0 37 366 43 64
Binary 1100011 1011010 10110000 101100 110001 0 11111 11110110 100011 110100

Color Harmonies of #635AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635AB0

Black with #635AB0

Text Example


Text Example

White with #635AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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