Html Css Color HEX #6C63AB Blue Marguerite

📋 copy color: '#6C63AB'

red 108 ◦ green 99 ◦ blue 171

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

Shades of Blue Marguerite #6C63AB

Tints of Blue Marguerite #6C63AB

RGB

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

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

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

R = 28.57%
G = 26.19%
B = 45.24%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C63AB (or 0x6C63AB) is known color: Blue Marguerite. HEX triplet: 6C, 63 and AB. RGB value is (108,99,171). Sum of RGB (Red+Green+Blue) = 108+99+171=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C63AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C63AB is #939C54. Grayscale: #6D6D6D. Windows color (decimal): -9673813 or 11232108. OLE color: 11232108.

HSL color Cylindrical-coordinate representation of color #6C63AB: hue angle of 247.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C63AB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 99 171 -
CMYK 0.37 0.42 0 0.33
HSL 247.5º 0.3% 0.53% -
HSV(B) 247.5º 0.42% 0.67% -
XYZ 18 15.05 40.48 -
YUV 109.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 108 99 171 0.37 0.42 0 0.33 247.5 0.3 0.53
Hex 6C 63 AB 25 2A 0 21 F8 1E 35
Octal 154 143 253 45 52 0 41 370 36 65
Binary 1101100 1100011 10101011 100101 101010 0 100001 11111000 11110 110101

Color Harmonies of #6C63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C63AB

Black with #6C63AB

Text Example


Text Example

White with #6C63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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