Html Css Color HEX #6F63AC Blue Marguerite

📋 copy color: '#6F63AC'

red 111 ◦ green 99 ◦ blue 172

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

Shades of Blue Marguerite #6F63AC

Tints of Blue Marguerite #6F63AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 29.06%
G = 25.92%
B = 45.03%

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

#6F63AC (or 0x6F63AC) is known color: Blue Marguerite. HEX triplet: 6F, 63 and AC. RGB value is (111,99,172). Sum of RGB (Red+Green+Blue) = 111+99+172=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F63AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F63AC is #909C53. Grayscale: #6E6E6E. Windows color (decimal): -9477204 or 11297647. OLE color: 11297647.

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

Color convert

RGB 111 99 172 -
CMYK 0.35 0.42 0 0.33
HSL 249.86º 0.31% 0.53% -
HSV(B) 249.86º 0.42% 0.67% -
XYZ 18.46 15.28 41.01 -
YUV 110.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 111 99 172 0.35 0.42 0 0.33 249.86 0.31 0.53
Hex 6F 63 AC 23 2A 0 21 FA 1F 35
Octal 157 143 254 43 52 0 41 372 37 65
Binary 1101111 1100011 10101100 100011 101010 0 100001 11111010 11111 110101

Color Harmonies of #6F63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F63AC

Black with #6F63AC

Text Example


Text Example

White with #6F63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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