Html Css Color HEX #6661AC Blue Marguerite

📋 copy color: '#6661AC'

red 102 ◦ green 97 ◦ blue 172

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

Shades of Blue Marguerite #6661AC

Tints of Blue Marguerite #6661AC

RGB

 RED value IS 102 (40.23% from 255) = 27.49%

 GREEN value IS 97 (38.28% from 255) = 26.15%

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

R = 27.49%
G = 26.15%
B = 46.36%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6661AC (or 0x6661AC) is known color: Blue Marguerite. HEX triplet: 66, 61 and AC. RGB value is (102,97,172). Sum of RGB (Red+Green+Blue) = 102+97+172=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #6661AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6661AC is #999E53. Grayscale: #6A6A6A. Windows color (decimal): -10067540 or 11297126. OLE color: 11297126.

HSL color Cylindrical-coordinate representation of color #6661AC: hue angle of 244º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6661AC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 97 172 -
CMYK 0.41 0.44 0 0.33
HSL 244º 0.31% 0.53% -
HSV(B) 244º 0.44% 0.67% -
XYZ 17.2 14.35 40.89 -
YUV 107.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 102 97 172 0.41 0.44 0 0.33 244 0.31 0.53
Hex 66 61 AC 29 2C 0 21 F4 1F 35
Octal 146 141 254 51 54 0 41 364 37 65
Binary 1100110 1100001 10101100 101001 101100 0 100001 11110100 11111 110101

Color Harmonies of #6661AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6661AC

Black with #6661AC

Text Example


Text Example

White with #6661AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6661AC; }

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

 H1.HeaderClassName
 {
   color: #6661AC;
 }
 .AnyTagClassName
 {
   color: #6661AC;
 }
</style>

background-color css

<style>
 a { background-color: #6661AC; }

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

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

border-color css

<style>
 span { border-color: #6661AC; }

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

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