Html Css Color HEX #6653AA Blue Marguerite

📋 copy color: '#6653AA'

red 102 ◦ green 83 ◦ blue 170

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

Shades of Blue Marguerite #6653AA

Tints of Blue Marguerite #6653AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 28.73%
G = 23.38%
B = 47.89%

CMYK

 C value IS 0.4

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6653AA (or 0x6653AA) is known color: Blue Marguerite. HEX triplet: 66, 53 and AA. RGB value is (102,83,170). Sum of RGB (Red+Green+Blue) = 102+83+170=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #6653AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6653AA is #99AC55. Grayscale: #626262. Windows color (decimal): -10071126 or 11162470. OLE color: 11162470.

HSL color Cylindrical-coordinate representation of color #6653AA: hue angle of 253.1º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6653AA is Cyan = 0.4, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 83 170 -
CMYK 0.4 0.51 0 0.33
HSL 253.1º 0.34% 0.5% -
HSV(B) 253.1º 0.51% 0.67% -
XYZ 15.83 11.91 39.5 -
YUV 98.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 102 83 170 0.4 0.51 0 0.33 253.1 0.34 0.5
Hex 66 53 AA 28 33 0 21 FD 22 32
Octal 146 123 252 50 63 0 41 375 42 62
Binary 1100110 1010011 10101010 101000 110011 0 100001 11111101 100010 110010

Color Harmonies of #6653AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6653AA

Black with #6653AA

Text Example


Text Example

White with #6653AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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