Html Css Color HEX #6F66AC Blue Marguerite

📋 copy color: '#6F66AC'

red 111 ◦ green 102 ◦ blue 172

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

Shades of Blue Marguerite #6F66AC

Tints of Blue Marguerite #6F66AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 28.83%
G = 26.49%
B = 44.68%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F66AC (or 0x6F66AC) is known color: Blue Marguerite. HEX triplet: 6F, 66 and AC. RGB value is (111,102,172). Sum of RGB (Red+Green+Blue) = 111+102+172=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F66AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F66AC is #909953. Grayscale: #707070. Windows color (decimal): -9476436 or 11298415. OLE color: 11298415.

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

Color convert

RGB 111 102 172 -
CMYK 0.35 0.41 0 0.33
HSL 247.71º 0.3% 0.54% -
HSV(B) 247.71º 0.41% 0.67% -
XYZ 18.75 15.86 41.1 -
YUV 112.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 111 102 172 0.35 0.41 0 0.33 247.71 0.3 0.54
Hex 6F 66 AC 23 29 0 21 F8 1E 36
Octal 157 146 254 43 51 0 41 370 36 66
Binary 1101111 1100110 10101100 100011 101001 0 100001 11111000 11110 110110

Color Harmonies of #6F66AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F66AC

Black with #6F66AC

Text Example


Text Example

White with #6F66AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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