Html Css Color HEX #6663AA Blue Marguerite

📋 copy color: '#6663AA'

red 102 ◦ green 99 ◦ blue 170

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

Shades of Blue Marguerite #6663AA

Tints of Blue Marguerite #6663AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 27.49%
G = 26.68%
B = 45.82%

CMYK

 C value IS 0.4

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6663AA (or 0x6663AA) is known color: Blue Marguerite. HEX triplet: 66, 63 and AA. RGB value is (102,99,170). Sum of RGB (Red+Green+Blue) = 102+99+170=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6663AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6663AA is #999C55. Grayscale: #6B6B6B. Windows color (decimal): -10067030 or 11166566. OLE color: 11166566.

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

Color convert

RGB 102 99 170 -
CMYK 0.4 0.42 0 0.33
HSL 242.54º 0.29% 0.53% -
HSV(B) 242.54º 0.42% 0.67% -
XYZ 17.2 14.65 39.95 -
YUV 107.99 162.99 123.73 -
System Red Green Blue C M Y K H S L
Decimal 102 99 170 0.4 0.42 0 0.33 242.54 0.29 0.53
Hex 66 63 AA 28 2A 0 21 F3 1D 35
Octal 146 143 252 50 52 0 41 363 35 65
Binary 1100110 1100011 10101010 101000 101010 0 100001 11110011 11101 110101

Color Harmonies of #6663AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6663AA

Black with #6663AA

Text Example


Text Example

White with #6663AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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