Html Css Color HEX #6C63AD Blue Marguerite

📋 copy color: '#6C63AD'

red 108 ◦ green 99 ◦ blue 173

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

Shades of Blue Marguerite #6C63AD

Tints of Blue Marguerite #6C63AD

RGB

 RED value IS 108 (42.58% from 255) = 28.42%

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 28.42%
G = 26.05%
B = 45.53%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C63AD (or 0x6C63AD) is known color: Blue Marguerite. HEX triplet: 6C, 63 and AD. RGB value is (108,99,173). Sum of RGB (Red+Green+Blue) = 108+99+173=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C63AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C63AD is #939C52. Grayscale: #6D6D6D. Windows color (decimal): -9673811 or 11363180. OLE color: 11363180.

HSL color Cylindrical-coordinate representation of color #6C63AD: hue angle of 247.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C63AD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 99 173 -
CMYK 0.38 0.43 0 0.32
HSL 247.3º 0.31% 0.53% -
HSV(B) 247.3º 0.43% 0.68% -
XYZ 18.19 15.13 41.5 -
YUV 110.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 108 99 173 0.38 0.43 0 0.32 247.3 0.31 0.53
Hex 6C 63 AD 26 2B 0 20 F7 1F 35
Octal 154 143 255 46 53 0 40 367 37 65
Binary 1101100 1100011 10101101 100110 101011 0 100000 11110111 11111 110101

Color Harmonies of #6C63AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C63AD

Black with #6C63AD

Text Example


Text Example

White with #6C63AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C63AD; }

 p { color: rgb(108,99,173); }

 H1.HeaderClassName
 {
   color: #6C63AD;
 }
 .AnyTagClassName
 {
   color: #6C63AD;
 }
</style>

background-color css

<style>
 a { background-color: #6C63AD; }

 a { background-color: rgb(108,99,173); }

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

border-color css

<style>
 span { border-color: #6C63AD; }

 span { border-color: rgb(108,99,173); }

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