Html Css Color HEX #6663AC Blue Marguerite

📋 copy color: '#6663AC'

red 102 ◦ green 99 ◦ blue 172

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

Shades of Blue Marguerite #6663AC

Tints of Blue Marguerite #6663AC

RGB

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

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

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

R = 27.35%
G = 26.54%
B = 46.11%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6663AC (or 0x6663AC) is known color: Blue Marguerite. HEX triplet: 66, 63 and AC. RGB value is (102,99,172). Sum of RGB (Red+Green+Blue) = 102+99+172=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #6663AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6663AC is #999C53. Grayscale: #6B6B6B. Windows color (decimal): -10067028 or 11297638. OLE color: 11297638.

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

Color convert

RGB 102 99 172 -
CMYK 0.41 0.42 0 0.33
HSL 242.47º 0.31% 0.53% -
HSV(B) 242.47º 0.42% 0.67% -
XYZ 17.39 14.73 40.96 -
YUV 108.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 102 99 172 0.41 0.42 0 0.33 242.47 0.31 0.53
Hex 66 63 AC 29 2A 0 21 F2 1F 35
Octal 146 143 254 51 52 0 41 362 37 65
Binary 1100110 1100011 10101100 101001 101010 0 100001 11110010 11111 110101

Color Harmonies of #6663AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6663AC

Black with #6663AC

Text Example


Text Example

White with #6663AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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