Html Css Color HEX #635DAE Blue Marguerite

📋 copy color: '#635DAE'

red 99 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #635DAE

Tints of Blue Marguerite #635DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 27.05%
G = 25.41%
B = 47.54%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#635DAE (or 0x635DAE) is known color: Blue Marguerite. HEX triplet: 63, 5D and AE. RGB value is (99,93,174). Sum of RGB (Red+Green+Blue) = 99+93+174=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #635DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635DAE is #9CA251. Grayscale: #676767. Windows color (decimal): -10265170 or 11427171. OLE color: 11427171.

HSL color Cylindrical-coordinate representation of color #635DAE: hue angle of 244.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #635DAE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 93 174 -
CMYK 0.43 0.47 0 0.32
HSL 244.44º 0.33% 0.52% -
HSV(B) 244.44º 0.47% 0.68% -
XYZ 16.7 13.54 41.78 -
YUV 104.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 99 93 174 0.43 0.47 0 0.32 244.44 0.33 0.52
Hex 63 5D AE 2B 2F 0 20 F4 21 34
Octal 143 135 256 53 57 0 40 364 41 64
Binary 1100011 1011101 10101110 101011 101111 0 100000 11110100 100001 110100

Color Harmonies of #635DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635DAE

Black with #635DAE

Text Example


Text Example

White with #635DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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