Html Css Color HEX #6F63AB Blue Marguerite

📋 copy color: '#6F63AB'

red 111 ◦ green 99 ◦ blue 171

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

Shades of Blue Marguerite #6F63AB

Tints of Blue Marguerite #6F63AB

RGB

 RED value IS 111 (43.75% from 255) = 29.13%

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

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

R = 29.13%
G = 25.98%
B = 44.88%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F63AB (or 0x6F63AB) is known color: Blue Marguerite. HEX triplet: 6F, 63 and AB. RGB value is (111,99,171). Sum of RGB (Red+Green+Blue) = 111+99+171=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F63AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F63AB is #909C54. Grayscale: #6E6E6E. Windows color (decimal): -9477205 or 11232111. OLE color: 11232111.

HSL color Cylindrical-coordinate representation of color #6F63AB: hue angle of 250º 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 #6F63AB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 99 171 -
CMYK 0.35 0.42 0 0.33
HSL 250º 0.3% 0.53% -
HSV(B) 250º 0.42% 0.67% -
XYZ 18.37 15.24 40.5 -
YUV 110.8 161.98 128.15 -
System Red Green Blue C M Y K H S L
Decimal 111 99 171 0.35 0.42 0 0.33 250 0.3 0.53
Hex 6F 63 AB 23 2A 0 21 FA 1E 35
Octal 157 143 253 43 52 0 41 372 36 65
Binary 1101111 1100011 10101011 100011 101010 0 100001 11111010 11110 110101

Color Harmonies of #6F63AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F63AB

Black with #6F63AB

Text Example


Text Example

White with #6F63AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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